Code ObjectsΒΆ

Code objects are a low-level detail of the CPython implementation. Each one represents a chunk of executable code that hasn’t yet been bound into a function.

Previous topic

Set Objects

Next topic

Initialization, Finalization, and Threads

This Page