Home
last modified time | relevance | path

Searched defs:fromlist (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Tools/demo/
H A Dvector.py45 def fromlist(cls, v): member in Vec
/third_party/python/Python/clinic/
H A Dbltinmodule.c.h44 PyObject *fromlist = NULL; in builtin___import__() local
/third_party/python/Python/
H A Dbltinmodule.c273 builtin___import___impl(PyObject *module, PyObject *name, PyObject *globals, PyObject *locals, PyObject *fromlist, int level) builtin___import___impl() argument
H A Dimport.c1776 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 Dceval.c3948 PyObject *fromlist = POP(); local
7409 import_name(PyThreadState *tstate, _PyInterpreterFrame *frame, PyObject *name, PyObject *fromlist, PyObject *level) global() argument

Completed in 25 milliseconds