func.func_code

Michael Hudson mwh21 at cam.ac.uk
Fri Mar 17 09:42:06 EST 2000


Jeff Pinyan <jeffp at crusoe.net> writes:

> Would someone direct me to where I can read the specifics on the
> methods and attributes of a function, specifically, func_code.

http://www.python.org/doc/current/ref/types.html
http://www.python.org/doc/current/lib/bytecodes.html

and the source code (and docs) to my bytecodehacks

http://starship.python.net/crew.mwh

might be of interest.

Cheers,
M.

-- 
very few people approach me in real life and insist on proving they are
drooling idiots.                         -- Erik Naggum, comp.lang.lisp



More information about the Python-list mailing list