Home
last modified time | relevance | path

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

/third_party/python/Doc/library/
Dpyclbr.rst23 .. function:: readmodule(module, path=None)
43 with readmodule, *module* names the module to be read and *path* is
/third_party/python/Lib/
Dpyclbr.py100 def readmodule(module, path=None): function
/third_party/python/Misc/NEWS.d/
D3.9.0a4.rst653 readmodule comment. Patch by Hakan Çelik.
D3.5.2rc1.rst956 Fix :func:`pyclbr.readmodule` and :func:`pyclbr.readmodule_ex` to support
D3.6.0a1.rst1551 Fix :func:`pyclbr.readmodule` and :func:`pyclbr.readmodule_ex` to support
/third_party/python/Misc/
DHISTORY28015 Make sure the path parameter to readmodule() is a list before adding it