Home
last modified time | relevance | path

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

/external/python/cpython2/Doc/library/
Dpyclbr.rst22 .. function:: readmodule(module, path=None)
33 Like :func:`readmodule`, but the returned dictionary, in addition to
47 :func:`readmodule` and :func:`readmodule_ex` provide the following data
65 superclasses but which are not discoverable by :func:`readmodule` are
/external/python/cpython2/Lib/
Dpyclbr.py76 def readmodule(module, path=None): function
/external/python/cpython2/Misc/
DHISTORY10636 Make sure the path parameter to readmodule() is a list before adding it