Home
last modified time | relevance | path

Searched refs:import_from (Results 1 – 10 of 10) sorted by relevance

/third_party/python/Lib/lib2to3/
Dfixer_util.py127 imp = Node(syms.import_from, children)
313 return node.type in (syms.import_name, syms.import_from)
434 elif node.type == syms.import_from:
DGrammar.txt95 import_stmt: import_name | import_from
97 import_from: ('from' ('.'* dotted_name | '.'+)
/third_party/python/Lib/lib2to3/fixes/
Dfix_import.py56 if node.type == syms.import_from:
/third_party/node/deps/openssl/openssl/include/crypto/
Dasn1.h82 OSSL_CALLBACK *import_from; member
/third_party/openssl/include/crypto/
Dasn1.h82 OSSL_CALLBACK *import_from; member
/third_party/node/deps/openssl/openssl/crypto/evp/
Dp_lib.c2048 if ((*dest)->ameth->import_from == NULL) { in evp_pkey_copy_downgraded()
2067 (*dest)->ameth->import_from, in evp_pkey_copy_downgraded()
/third_party/openssl/crypto/evp/
Dp_lib.c2047 if ((*dest)->ameth->import_from == NULL) { in evp_pkey_copy_downgraded()
2066 (*dest)->ameth->import_from, in evp_pkey_copy_downgraded()
/third_party/python/Grammar/
Dpython.gram137 import_stmt[stmt_ty]: import_name | import_from
140 import_from[stmt_ty]:
/third_party/python/Python/
Dceval.c87 static PyObject * import_from(PyThreadState *, PyObject *, PyObject *);
3731 res = import_from(tstate, from, name); in _PyEval_EvalFrameDefault()
6014 import_from(PyThreadState *tstate, PyObject *v, PyObject *name) in import_from() function
/third_party/python/Tools/c-analyzer/
DTODO519 Python/ceval.c:import_from():PyId___name__ _Py_IDENTIFIER(__name__)