PyCoroObject class Null safety

Inheritance

Constructors

PyCoroObject()

Properties

cr_code Pointer<PyObject>
read / write
cr_exc_state ↔ _PyErr_StackItem
read / write
cr_frame Pointer<_frame>
read / write
cr_name Pointer<PyObject>
read / write
cr_origin Pointer<PyObject>
read / write
cr_qualname Pointer<PyObject>
read / write
cr_running int
@ffi.Int8(), read / write
cr_weakreflist Pointer<PyObject>
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