Header menu logo B2R2

PyCodeObject Type

PyCodeObject is a compiled piece of Python code.

Record fields

Record Field Description

ArgCount

Full Usage: ArgCount

Field type: int
Field type: int

Code

Full Usage: Code

Field type: Addr * PyObject
Field type: Addr * PyObject

Consts

Full Usage: Consts

Field type: PyObject
Field type: PyObject

ExceptionTable

Full Usage: ExceptionTable

Field type: PyObject
Field type: PyObject

FileName

Full Usage: FileName

Field type: string
Field type: string

FirstLineNo

Full Usage: FirstLineNo

Field type: int
Field type: int

Flags

Full Usage: Flags

Field type: int
Field type: int

KwonlyArgCount

Full Usage: KwonlyArgCount

Field type: int
Field type: int

LineTable

Full Usage: LineTable

Field type: PyObject
Field type: PyObject

LocalPlusKinds

Full Usage: LocalPlusKinds

Field type: PyObject
Field type: PyObject

LocalPlusNames

Full Usage: LocalPlusNames

Field type: PyObject
Field type: PyObject

Name

Full Usage: Name

Field type: string
Field type: string

Names

Full Usage: Names

Field type: PyObject
Field type: PyObject

PosonlyArgCount

Full Usage: PosonlyArgCount

Field type: int
Field type: int

QualName

Full Usage: QualName

Field type: string
Field type: string

StackSize

Full Usage: StackSize

Field type: int
Field type: int

Type something to start searching.