pyd v0.14.3 (2022-03-12T16:12:50Z)
Home
Dub
Repo
wrapped_ctors.func
pyd
ctor_wrap
wrapped_ctors
Undocumented in source. Be warned that the author may not have intended to support it.
template
wrapped_ctors
(string classname, T, Shim, C...)
extern (
C
) static
int
func
(
PyObject
*
self
,
PyObject
*
args
,
PyObject
*
kwargs
)
if
(
is
(
T
== class) ||
(
isPointer
!
T
&&
is
(
PointerTarget
!
T
== struct)
)
)
Meta
Source
See Implementation
pyd
ctor_wrap
wrapped_ctors
aliases
U
wrap_object
static functions
func