PyAsyncGenObject class Null safety

Inheritance

Constructors

PyAsyncGenObject()

Properties

ag_closed int
@ffi.Int32(), read / write
ag_code Pointer<PyObject>
read / write
ag_exc_state ↔ _PyErr_StackItem
read / write
ag_finalizer Pointer<PyObject>
read / write
ag_frame Pointer<_frame>
read / write
ag_hooks_inited int
@ffi.Int32(), read / write
ag_name Pointer<PyObject>
read / write
ag_qualname Pointer<PyObject>
read / write
ag_running int
@ffi.Int8(), read / write
ag_running_async int
@ffi.Int32(), read / write
ag_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