pyd v0.10.1 (2018-09-20T03:30:51Z)
Home
Dub
Repo
Base_object
rawexample
Undocumented in source.
struct
Base_object {
mixin
PyObject_HEAD
;
}
Members
Mixins
__anonymous
mixin
PyObject_HEAD
Undocumented in source.
Mixed In Members
From
mixin
PyObject_HEAD
__anonymous
mixin
_PyObject_HEAD_EXTRA
Undocumented in source.
ob_refcnt
Py_ssize_t
ob_refcnt
;
_
ob_type
PyTypeObject
*
ob_type
;
_
Meta
Source
See Implementation
rawexample
functions
Base_bar
Base_foo
Derived_bar
PyInit_rawexample
_Dmain
hello
initrawexample
static variables
Base_type
Derived_type
structs
Base_object
Derived_object
variables
Base_methods
Derived_methods
rawexample_methods
rawmodule