pyd v0.10.1 (2018-09-20T03:30:51Z)
Home
Dub
Repo
PyGenObject
deimos
python
genobject
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
struct
PyGenObject
version(Python_3_5_Or_Later)
extern (
C
)
struct
PyGenObject {
mixin
_PyGenObject_HEAD
!(
"gi"
)
;
}
struct
PyGenObject
Members
Mixins
__anonymous
mixin
_PyGenObject_HEAD
!(
"gi"
)
Undocumented in source.
Meta
Source
See Implementation
deimos
python
genobject
functions
PyGen_Check
PyGen_CheckExact
PyGen_NeedsFinalizing
PyGen_New
PyGen_NewWithQualName
_PyGen_SetStopIterationValue
structs
PyGenObject
templates
_PyGenObject_HEAD