Home
last modified time | relevance | path

Searched refs:py_fnt (Results 1 – 2 of 2) sorted by relevance

/dports/devel/cpp2py/cpp2py-2.0.0/c++/cpp2py/converters/
H A Dfunction.hpp204 pyref py_fnt = borrowed(ob); in py2c() local
205 …auto l = [py_fnt](T... x) mutable -> R { // py_fnt is a pyref, it will keep the ref and mana… in py2c()
206 …pyref ret = PyObject_CallFunctionObjArgs(py_fnt, (PyObject *)pyref(convert_to_python(x))..., NULL… in py2c()
/dports/devel/cpp2py/cpp2py-2.0.0/cpp2py/mako/
H A Dwrap.cxx640 …static pyref py_fnt = pyref::module("${p.getter.rsplit('.',1)[0]}").attr("${p.getter.rsplit('.',1)…
641 return py_fnt(self).new_ref();