def dumpcodebuf(): """Write in file psyco.dump a copy of the emitted machine code, provided Psyco was compiled with a non-zero CODE_DUMP. See py-utils/httpxam.py to examine psyco.dump.""" if hasattr(_psyco, "dumpcodebuf"): _psyco.dumpcodebuf()
def dumpcodebuf(): """Write in file psyco.dump a copy of the emitted machine code, provided Psyco was compiled with a non-zero CODE_DUMP. See py-utils/httpxam.py to examine psyco.dump.""" if hasattr(_psyco, 'dumpcodebuf'): _psyco.dumpcodebuf()