Searched defs:module_dir (Results 1 – 3 of 3) sorted by relevance
18 module_dir = join_paths(get_option('prefix'), get_option('libdir')) variable20 module_dir = join_paths(get_option('prefix'), get_option('bindir')) variable
97 module_dir = join_paths(get_option('prefix'), get_option('libdir')) variable99 module_dir = join_paths(get_option('prefix'), get_option('bindir')) variable
811 module_dir(PyObject *self, PyObject *args) in module_dir() function