Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

compiling python code

import compileall

compileall.compile_dir("mylib", force=1)
Source by effbot.org #
 
PREVIOUS NEXT
Tagged: #compiling #python #code
ADD COMMENT
Topic
Name
5+7 =