Home
last modified time | relevance | path

Searched refs:_fix_up_module (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/importlib/
D_bootstrap_external.py1459 def _fix_up_module(ns, name, pathname, cpathname=None): function
/external/python/cpython3/Python/
Dimport.c972 _Py_IDENTIFIER(_fix_up_module); in PyImport_ExecCodeModuleObject()