Secrets of the Framework Creators
0.1
  • Introduction
  • Frame Hacks
  • Decorators
  • Metaclasses
  • Magic Methods
  • Miscellanea
Secrets of the Framework Creators
  • Docs »
  • Secrets of the Framework Creators
  • View page source

Secrets of the Framework Creators¶

Contents:

  • Introduction
    • Presenters
    • Overview
    • Introduction to PDB
  • Frame Hacks
    • Getting Started
    • What do we mean by “frame hack”?
    • Use Cases
    • Recipes
    • Frame Hack Caveats
  • Decorators
    • Getting Started
    • What Exactly Are Decorators?
    • Use Cases
    • Recipes
    • Decorator Caveats
  • Metaclasses
    • What is a Metaclass?
    • How Python normally creates class objects
    • Getting Started
    • Use Cases
    • Recipes
    • Metaclass Caveats
  • Magic Methods
    • Getting Started
    • Use Cases
    • Recipes
    • Magic Method Caveats
  • Miscellanea

Indices and tables¶

  • Index
  • Module Index
  • Search Page
Next

Built with Sphinx using a theme provided by Read the Docs.