There was an error while loading. Please reload this page.
1 parent 41ea1f4 commit c0a8f8cCopy full SHA for c0a8f8c
2 files changed
Doc/library/compileall.rst
@@ -4,6 +4,10 @@
4
.. module:: compileall
5
:synopsis: Tools for byte-compiling all Python source files in a directory tree.
6
7
+**Source code:** :source:`Lib/compileall.py`
8
+
9
+--------------
10
11
12
This module provides some utility functions to support installing Python
13
libraries. These functions compile Python source files in a directory tree.
Doc/library/symtable.rst
.. module:: symtable
:synopsis: Interface to the compiler's internal symbol tables.
+**Source code:** :source:`Lib/symtable.py`
.. moduleauthor:: Jeremy Hylton <jeremy@alum.mit.edu>
.. sectionauthor:: Benjamin Peterson <benjamin@python.org>
0 commit comments