Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4886c66 commit ef1a029Copy full SHA for ef1a029
1 file changed
Doc/lib/libpyclbr.tex
@@ -12,7 +12,9 @@ \section{\module{pyclbr} ---
12
provided is sufficient to implement a traditional three-pane class
13
browser. The information is extracted from the source code rather
14
than from an imported module, so this module is safe to use with
15
-untrusted source code.
+untrusted source code. This restriction makes it impossible to use
16
+this module with modules not implemented in Python, including many
17
+standard and optional extension modules.
18
19
20
\begin{funcdesc}{readmodule}{module\optional{, path}}
0 commit comments