pyd ~master (2018-03-05T17:12:37Z)
Home
Dub
Repo
wrapped_methods
pyd
class_wrap
template
wrapped_methods (
T
) {
PyObject
*
wrapped_new
(
PyTypeObject
*
type
,
PyObject
*
args
,
PyObject
*
kwds
)
;
}
Members
Functions
wrapped_new
PyObject
*
wrapped_new
(
PyTypeObject
*
type
,
PyObject
*
args
,
PyObject
*
kwds
)
The generic "__new__" method
Meta
Source
See Implementation
pyd
class_wrap
functions
wrap_class
structs
Def
Init
OpAssign
OpCall
OpCompare
OpIndex
OpIndexAssign
OpSlice
OpSliceAssign
OpUnary
Property
Repr
StaticDef
templates
Len
OpBinary
OpBinaryRight
wrapped_methods
wrapped_repr