PyModuleDef class Null safety
- Inheritance
- Object
- NativeType
- Struct
- PyModuleDef
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- m_base ↔ PyModuleDef_Base
-
read / write
-
m_clear
↔ Pointer<
NativeFunction< inquiry> > -
read / write
-
m_doc
↔ Pointer<
Int8> -
read / write
-
m_free
↔ Pointer<
NativeFunction< freefunc> > -
read / write
-
m_methods
↔ Pointer<
PyMethodDef> -
read / write
-
m_name
↔ Pointer<
Int8> -
read / write
- m_size ↔ int
-
@ffi.Int64(), read / write
-
m_slots
↔ Pointer<
PyModuleDef_Slot> -
read / write
-
m_traverse
↔ Pointer<
NativeFunction< traverseproc> > -
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