pyd v0.12.0 (2019-08-24T18:30:41Z)
Home
Dub
Repo
method_dgwrap
pyd
func_wrap
Undocumented in source.
template
method_dgwrap (
C
alias
real_fn
) {
alias
Info
=
ParameterTypeTuple
!
real_fn
;
enum
size_t
ARGS
;
alias
RT
=
ReturnType
!
real_fn
;
PyObject
*
func
(PyObject* self, PyObject* args);
}
Members
Aliases
Info
alias
Info
=
ParameterTypeTuple
!
real_fn
Undocumented in source.
RT
alias
RT
=
ReturnType
!
real_fn
Undocumented in source.
Functions
func
PyObject
*
func
(PyObject* self, PyObject* args)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
ARGS
enum
size_t
ARGS
;
Undocumented in source.
Meta
Source
See Implementation
pyd
func_wrap
functions
PydCallable_AsDelegate
PydWrappedFunc_Ready
applyPyTupleToAlias
applyPyTupleToDelegate
arrangeNamedArgs
constnessMatch2
dg_wrapper
gensym
pyApplyToAlias
pyApplyToDelegate
setWrongArgsError
supportsNArgs
tattrs_to_string
manifest constants
StrippedFunctionAttributes
structs
TupleComposer
templates
StripFunctionAttributes
fn_to_dg
fn_to_dgT
funcTarget
function_wrap
getparams
hasFunctionAttrs
isConstFunction
isImmutableFunction
isMutableFunction
isSharedFunction
isWildcardFunction
maxArgs
memberfunc_to_func
method_dgwrap
method_wrap
minArgs
minNumArgs_impl
wrapped_func_call