PyCodeObject class Null safety
- Inheritance
- Object
- NativeType
- Struct
- PyCodeObject
Constructors
Properties
- co_argcount ↔ int
-
@ffi.Int32(), read / write
-
co_cell2arg
↔ Pointer<
Int64> -
read / write
-
co_cellvars
↔ Pointer<
PyObject> -
read / write
-
co_code
↔ Pointer<
PyObject> -
read / write
-
co_consts
↔ Pointer<
PyObject> -
read / write
-
co_extra
↔ Pointer<
Void> -
read / write
-
co_filename
↔ Pointer<
PyObject> -
read / write
- co_firstlineno ↔ int
-
@ffi.Int32(), read / write
- co_flags ↔ int
-
@ffi.Int32(), read / write
-
co_freevars
↔ Pointer<
PyObject> -
read / write
- co_kwonlyargcount ↔ int
-
@ffi.Int32(), read / write
-
co_lnotab
↔ Pointer<
PyObject> -
read / write
-
co_name
↔ Pointer<
PyObject> -
read / write
-
co_names
↔ Pointer<
PyObject> -
read / write
- co_nlocals ↔ int
-
@ffi.Int32(), read / write
-
co_opcache
↔ Pointer<
_PyOpcache> -
read / write
- co_opcache_flag ↔ int
-
@ffi.Int32(), read / write
-
co_opcache_map
↔ Pointer<
Uint8> -
read / write
- co_opcache_size ↔ int
-
@ffi.Uint8(), read / write
- co_posonlyargcount ↔ int
-
@ffi.Int32(), read / write
- co_stacksize ↔ int
-
@ffi.Int32(), read / write
-
co_varnames
↔ Pointer<
PyObject> -
read / write
-
co_weakreflist
↔ Pointer<
PyObject> -
read / write
-
co_zombieframe
↔ Pointer<
Void> -
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- ob_base ↔ PyObject
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited