Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpickle.py739 module = whichmodule(obj, name)
799 def whichmodule(func, funcname): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
DcPickle.c891 whichmodule(PyObject *global, PyObject *global_name) in whichmodule() function
2095 if (!( module = whichmodule(class, name))) in save_inst()
2196 if (!( module = whichmodule(args, global_name))) in save_global()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
DcPickle.c860 whichmodule(PyObject *global, PyObject *global_name) in whichmodule() function
2064 if (!( module = whichmodule(class, name))) in save_inst()
2165 if (!( module = whichmodule(args, global_name))) in save_global()