Home
last modified time | relevance | path

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

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