Home | History | Annotate | Download | only in python2.7

Lines Matching defs:whichmodule

739             module = whichmodule(obj, name)
794 # A cache for whichmodule(), mapping a function object to the name of
799 def whichmodule(func, funcname):