Home
last modified time | relevance | path

Searched refs:module_matches (Results 1 – 7 of 7) sorted by relevance

/dports/devel/bpython/bpython-0.22.1/bpython/
H A Dimportcompletion.py78 def module_matches(self, cw: str, prefix: str = "") -> Set[str]: member in ModuleGatherer
137 matches = self.module_matches(
146 matches.update(self.module_matches(from_import_from[2]))
152 matches = self.module_matches(cur_import[2])
/dports/devel/efl/efl-1.25.1/src/bin/edje/
H A Dedje_external_inspector.c53 module_matches(const char *name) in module_matches() function
309 if (!module_matches(name)) in _info_list()
478 if (!module_matches(name)) in _types_names_list()
542 if (!module_matches(name)) in _modules_names_list()
/dports/devel/py-yappi/yappi-1.3.3/
H A DREADME.md167 filter_callback=lambda x: yappi.module_matches(x, [current_module])
H A DPKG-INFO175 filter_callback=lambda x: yappi.module_matches(x, [current_module])
/dports/devel/py-yappi/yappi-1.3.3/yappi/yappi.egg-info/
H A DPKG-INFO175 filter_callback=lambda x: yappi.module_matches(x, [current_module])
/dports/devel/py-yappi/yappi-1.3.3/yappi/
H A Dyappi.py174 def module_matches(stat, modules): function
/dports/devel/py-yappi/yappi-1.3.3/tests/
H A Dtest_functionality.py202 module_matches(x, [sys.modules[__name__]])