Home
last modified time | relevance | path

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

/third_party/python/Python/
Dimport.c961 const char *cpathname) in PyImport_ExecCodeModuleWithPathnames()
1062 PyObject *cpathname) in PyImport_ExecCodeModuleObject()
/third_party/python/Lib/importlib/
D_bootstrap_external.py1541 def _fix_up_module(ns, name, pathname, cpathname=None): argument