Searched defs:fromlist (Results 1 – 8 of 8) sorted by relevance
/third_party/python/Lib/ |
D | modulefinder.py | 170 def import_hook(self, name, caller=None, fromlist=None, level=-1): argument 258 def ensure_fromlist(self, m, fromlist, recursive=0): argument 369 def _safe_import_hook(self, name, caller, fromlist, level=-1): argument
|
D | difflib.py | 1893 def _convert_flags(self,fromlist,tolist,flaglist,context,numlines): argument
|
/third_party/python/Tools/demo/ |
D | vector.py | 45 def fromlist(cls, v): member in Vec
|
/third_party/python/Lib/test/test_importlib/import_/ |
D | test_fromlist.py | 103 def basic_star_test(self, fromlist=['*']): argument
|
/third_party/python/Lib/importlib/ |
D | _bootstrap.py | 1053 def _handle_fromlist(module, fromlist, import_, *, recursive=False): argument 1117 def __import__(name, globals=None, locals=None, fromlist=(), level=0): argument
|
/third_party/python/Python/ |
D | import.c | 1563 PyObject *locals, PyObject *fromlist, in PyImport_ImportModuleLevelObject() 1715 PyObject *fromlist, int level) in PyImport_ImportModuleLevel()
|
D | bltinmodule.c | 266 PyObject *name, *globals = NULL, *locals = NULL, *fromlist = NULL; in builtin___import__() local
|
D | ceval.c | 3692 PyObject *fromlist = POP(); in _PyEval_EvalFrameDefault() local 5972 PyObject *name, PyObject *fromlist, PyObject *level) in import_name()
|