Searched defs:fromlist (Results 1 – 9 of 9) sorted by relevance
| /third_party/python/Lib/ |
| D | modulefinder.py | 162 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
|
| 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 | 1207 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/ |
| D | bltinmodule.c.h | 44 PyObject *fromlist = NULL; in builtin___import__() local
|
| /third_party/python/Python/ |
| D | import.c | 1777 PyObject *locals, PyObject *fromlist, in PyImport_ImportModuleLevelObject() 1928 PyObject *fromlist, int level) in PyImport_ImportModuleLevel()
|
| D | bltinmodule.c | 274 PyObject *locals, PyObject *fromlist, int level) in builtin___import___impl()
|
| D | ceval.c | 3948 PyObject *fromlist = POP(); local 7410 PyObject *name, PyObject *fromlist, PyObject *level)
|