Home
last modified time | relevance | path

Searched refs:whichmodule (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/
H A Dpickle.py335 def whichmodule(obj, name): function
1065 module_name = whichmodule(obj, name)
/third_party/python/Modules/
H A D_pickle.c1912 whichmodule(PyObject *global, PyObject *dotted_path) in whichmodule() function
3633 module_name = whichmodule(obj, dotted_path); in save_global()

Completed in 12 milliseconds