PyAsyncGenObject class final

Inheritance

Constructors

PyAsyncGenObject()

Properties

ag_closed int
getter/setter pair
ag_code Pointer<PyObject>
getter/setter pair
ag_exc_state ↔ _PyErr_StackItem
getter/setter pair
ag_finalizer Pointer<PyObject>
getter/setter pair
ag_frame Pointer<_frame>
getter/setter pair
ag_hooks_inited int
getter/setter pair
ag_name Pointer<PyObject>
getter/setter pair
ag_qualname Pointer<PyObject>
getter/setter pair
ag_running int
getter/setter pair
ag_running_async int
getter/setter pair
ag_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