Home
last modified time | relevance | path

Searched defs:SWIG_Python_CallFunctor (Results 1 – 1 of 1) sorted by relevance

/external/marisa-trie/bindings/python/
Dmarisa-swig_wrap.cxx1259 #define SWIG_Python_CallFunctor(functor, obj) PyObject_CallFunctionObjArgs(functor, obj, NU… macro
1261 #define SWIG_Python_CallFunctor(functor, obj) PyObject_CallFunction(functor, "O", obj); macro