Home
last modified time | relevance | path

Searched defs:fullmodname (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dtrace.py193 def fullmodname(path): function
/external/python/cpython3/Python/
Dceval.c4796 PyObject *fullmodname, *pkgname, *pkgpath, *pkgname_or_unknown, *errmsg; in import_from() local