pyd v0.14.3 (2022-03-12T16:12:50Z)
Home
Dub
Repo
rich_opcmp_wrap
pyd
op_wrap
Undocumented in source.
template
rich_opcmp_wrap (
T
alias
fn
) {
alias
Info
=
ParameterTypeTuple
!(
fn
)
;
alias
get_dg
=
dg_wrapper
!(
T
,
typeof
(&
fn
))
;
alias
OtherT
=
Info
[
0
]
;
PyObject
*
func
(PyObject* self, PyObject* other, int op);
}
Members
Aliases
Info
alias
Info
=
ParameterTypeTuple
!(
fn
)
Undocumented in source.
OtherT
alias
OtherT
=
Info
[
0
]
Undocumented in source.
get_dg
alias
get_dg
=
dg_wrapper
!(
T
,
typeof
(&
fn
))
Undocumented in source.
Functions
func
PyObject
*
func
(PyObject* self, PyObject* other, int op)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
pyd
op_wrap
templates
binop_wrap
binopasg_wrap
inop_wrap
length_wrap
opcall_wrap
opcmp_wrap
opfunc_unary_wrap
opindex_wrap
opindexassign_wrap
opiter_wrap
opslice_wrap
opsliceassign_wrap
powop_wrap
powopasg_wrap
rich_opcmp_wrap