PyCoroObject class final

Inheritance

Constructors

PyCoroObject()

Properties

cr_code Pointer<PyObject>
getter/setter pair
cr_exc_state ↔ _PyErr_StackItem
getter/setter pair
cr_frame Pointer<_frame>
getter/setter pair
cr_name Pointer<PyObject>
getter/setter pair
cr_origin Pointer<PyObject>
getter/setter pair
cr_qualname Pointer<PyObject>
getter/setter pair
cr_running int
getter/setter pair
cr_weakreflist Pointer<PyObject>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ob_base PyObject
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited