Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dmodulefinder.py162 def import_hook(self, name, caller=None, fromlist=None, level=-1): argument
250 def ensure_fromlist(self, m, fromlist, recursive=0): argument
361 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.py1207 def _handle_fromlist(module, fromlist, import_, *, recursive=False): argument
1271 def __import__(name, globals=None, locals=None, fromlist=(), level=0): argument
/third_party/python/Python/clinic/
Dbltinmodule.c.h44 PyObject *fromlist = NULL; in builtin___import__() local
/third_party/python/Python/
Dimport.c1777 PyObject *locals, PyObject *fromlist, in PyImport_ImportModuleLevelObject()
1928 PyObject *fromlist, int level) in PyImport_ImportModuleLevel()
Dbltinmodule.c274 PyObject *locals, PyObject *fromlist, int level) in builtin___import___impl()
Dceval.c3948 PyObject *fromlist = POP(); local
7410 PyObject *name, PyObject *fromlist, PyObject *level)