Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dmodulefinder.py170 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
Ddifflib.py1893 def _convert_flags(self,fromlist,tolist,flaglist,context,numlines): argument
/third_party/python/Tools/demo/
Dvector.py45 def fromlist(cls, v): member in Vec
/third_party/python/Lib/test/test_importlib/import_/
Dtest_fromlist.py103 def basic_star_test(self, fromlist=['*']): argument
/third_party/python/Lib/importlib/
D_bootstrap.py1053 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/
Dimport.c1563 PyObject *locals, PyObject *fromlist, in PyImport_ImportModuleLevelObject()
1715 PyObject *fromlist, int level) in PyImport_ImportModuleLevel()
Dbltinmodule.c266 PyObject *name, *globals = NULL, *locals = NULL, *fromlist = NULL; in builtin___import__() local
Dceval.c3692 PyObject *fromlist = POP(); in _PyEval_EvalFrameDefault() local
5972 PyObject *name, PyObject *fromlist, PyObject *level) in import_name()