Module erg_compiler::ty::codeobj

source ·

Structs

Implementation of PyCodeObject, see Include/cpython/code.h in CPython for details.

Enums

Bit masks for CodeObj.flags
Kind can be multiple (e.g. Local + Cell = 0x60)

Functions