Searched refs:whichmodule (Results 1 – 3 of 3) sorted by relevance
745 module = whichmodule(obj, name)805 def whichmodule(func, funcname): function
889 whichmodule(PyObject *global, PyObject *global_name) in whichmodule() function2093 if (!( module = whichmodule(class, name))) in save_inst()2194 if (!( module = whichmodule(args, global_name))) in save_global()
4585 defined in Python. This attribute is used by pickle.whichmodule(),4586 which changes the behavior of whichmodule slightly. In Python 2.24587 whichmodule() returns "__main__" for functions that are not defined4589 Now whichmodule() will return the proper module name.