Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dinspect.py423 def getmoduleinfo(path): function
436 info = getmoduleinfo(path)
Dpydoc.py249 info = inspect.getmoduleinfo(filename)
/external/python/cpython2/Doc/library/
Dinspect.rst237 .. function:: getmoduleinfo(path)
/external/python/cpython2/Doc/whatsnew/
D2.6.rst1996 :func:`getmoduleinfo` and :func:`getargs`, now return named tuples.