Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 2.11 KB

code.rst

File metadata and controls

53 lines (31 loc) · 2.11 KB

c

object; code, code object

Code Objects

Jeffrey Yasskin <jyasskin@gmail.com>

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.