OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:init_submodule
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/python/src2/
cv2.cpp
1237
static void
init_submodule
(PyObject * root, const char * name, PyMethodDef * methods, ConstDef * consts)
function
[
all
...]
gen2.py
850
self.code_ns_reg.write('
init_submodule
(root, MODULESTR"%s", methods_%s, consts_%s);\n' % (ns_name[2:], wname, wname))
[
all
...]
Completed in 93 milliseconds