Searched defs:fromlist (Results 1 - 5 of 5) sorted by relevance
/third_party/python/Tools/demo/ |
H A D | vector.py | 45 def fromlist(cls, v): member in Vec
|
/third_party/python/Python/clinic/ |
H A D | bltinmodule.c.h | 44 PyObject *fromlist = NULL; in builtin___import__() local
|
/third_party/python/Python/ |
H A D | bltinmodule.c | 273 builtin___import___impl(PyObject *module, PyObject *name, PyObject *globals, PyObject *locals, PyObject *fromlist, int level) builtin___import___impl() argument
|
H A D | import.c | 1776 PyImport_ImportModuleLevelObject(PyObject *name, PyObject *globals, PyObject *locals, PyObject *fromlist, int level) PyImport_ImportModuleLevelObject() argument 1927 PyImport_ImportModuleLevel(const char *name, PyObject *globals, PyObject *locals, PyObject *fromlist, int level) PyImport_ImportModuleLevel() argument
|
H A D | ceval.c | 3948 PyObject *fromlist = POP(); local 7409 import_name(PyThreadState *tstate, _PyInterpreterFrame *frame, PyObject *name, PyObject *fromlist, PyObject *level) global() argument
|
Completed in 25 milliseconds