PyModuleDef class final

Inheritance

Constructors

PyModuleDef()

Properties

hashCode int
The hash code for this object.
no setterinherited
m_base PyModuleDef_Base
getter/setter pair
m_clear inquiry
getter/setter pair
m_doc Pointer<Char>
getter/setter pair
m_free freefunc
getter/setter pair
m_methods Pointer<PyMethodDef>
getter/setter pair
m_name Pointer<Char>
getter/setter pair
m_size int
getter/setter pair
m_slots Pointer<PyModuleDef_Slot>
getter/setter pair
m_traverse traverseproc
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