Current Path : /compat/linux/proc/self/root/usr/local/lib/python2.5/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //compat/linux/proc/self/root/usr/local/lib/python2.5/dis.pyo |
³ò h”Rc @ sÇ d Z d d k Z d d k Z d d k Td d k l Z d d d d g e Z [ d d „ Z d d „ Z d d „ Z d d d d d „ Z e Z d „ Z d „ Z d „ Z e d j o e ƒ n d S( s0 Disassembler of Python byte code into mnemonics.iÿÿÿÿN( t *( t __all__t dist disassemblet distbt discoc C s{ | d j o t ƒ d Sn t | ƒ t i j o | i } n t | d ƒ o | i } n t | d ƒ o | i } n t | d ƒ oœ | i i ƒ } | i ƒ xÒ | D]t \ } } t | ƒ t i t i t i t i f j o= d | GHy t | ƒ Wn t j o } d G| GHn XHq© q© WnS t | d ƒ o t | ƒ n5 t | t ƒ o t | ƒ n t d t | ƒ i ‚ d S( sn Disassemble classes, methods, functions, or code. With no argument, disassemble the last traceback. Nt im_funct func_codet __dict__s Disassembly of %s:s Sorry:t co_codes( don't know how to disassemble %s objects( t NoneR t typet typest InstanceTypet __class__t hasattrR R R t itemst sortt MethodTypet FunctionTypet CodeTypet ClassTypeR t TypeErrorR t isinstancet strt disassemble_stringt __name__( t xR t namet x1t msg( ( s /usr/local/lib/python2.5/dis.pyR s>