PyGetSetDef

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

closure
void* closure;
Undocumented in source.
doc
const(char)* doc;
Undocumented in source.
get
_object* function(_object*, void*) get;
Undocumented in source.
name
const(char)* name;
Undocumented in source.
set
int function(_object*, _object*, void*) set;
Undocumented in source.

Meta