See All Titles |
![]() ![]() py_compileThe py_compile module is a single function that compiles Python source files, generating a byte-code file. >>> import py_compile >>> py_compile.compile("testprogram.py")
|
Index terms contained in this sectionmodulespy_compile py_compile module |
© 2002, O'Reilly & Associates, Inc. |