python-byteplay

Python bytecode manipulation library
  http://code.google.com/p/byteplay
  0
  no reviews



Byteplay lets you convert python code objects into equivalent objects which are easy to play with, and lets you convert those objects back into living python code objects. it's useful for applying crazy transformations on python functions, and is also useful in learning python byte code intricacies.