Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dimport.c819 read_compiled_module(char *cpathname, FILE *fp) in read_compiled_module() function
853 co = read_compiled_module(cpathname, fp); in load_compiled_module()
1094 co = read_compiled_module(cpathname, fpc); in load_source_module()