autowrap v0.2.9 (2018-10-30T19:17:18Z)
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