pyd v0.14.3 (2022-03-12T16:12:50Z)
Home
Dub
Repo
opslice_wrap
pyd
op_wrap
Undocumented in source.
template
opslice_wrap (
T
alias
fn
) {
alias
get_dg
=
dg_wrapper
!(
T
,
typeof
(&
fn
))
;
PyObject
*
func
(PyObject* self, Py_ssize_t i1, Py_ssize_t i2);
}
Members
Aliases
get_dg
alias
get_dg
=
dg_wrapper
!(
T
,
typeof
(&
fn
))
Undocumented in source.
Functions
func
PyObject
*
func
(PyObject* self, Py_ssize_t i1, Py_ssize_t i2)
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