Home
last modified time | relevance | path

Searched refs:readmodule (Results 1 – 8 of 8) 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/cpython3/Doc/library/
Dpyclbr.rst23 .. function:: readmodule(module, path=None)
40 with readmodule, *module* names the module to be read and *path* is
/external/python/cpython2/Lib/
Dpyclbr.py76 def readmodule(module, path=None): function
/external/python/cpython3/Lib/
Dpyclbr.py97 def readmodule(module, path=None): function
/external/python/cpython3/Misc/NEWS.d/
D3.5.2rc1.rst957 Fix :func:`pyclbr.readmodule` and :func:`pyclbr.readmodule_ex` to support
D3.6.0a1.rst1552 Fix :func:`pyclbr.readmodule` and :func:`pyclbr.readmodule_ex` to support
/external/python/cpython2/Misc/
DHISTORY10636 Make sure the path parameter to readmodule() is a list before adding it
/external/python/cpython3/Misc/
DHISTORY28015 Make sure the path parameter to readmodule() is a list before adding it