File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 33uncompyle6
44==========
55
6- A native Python bytecode Disassembler, Decompiler, Fragment Decompiler
7- and bytecode library. Follows in the tradition of decompyle, uncompyle, and uncompyle2.
6+ A native Python cross-version Decompiler and Fragment Decompiler.
7+ Follows in the tradition of decompyle, uncompyle, and uncompyle2.
88
99
1010Introduction
@@ -39,13 +39,6 @@ location in more detail than just a line number. It can be also used
3939when source-code information does not exist and there is just bytecode
4040information.
4141
42- Other parts of the library can be used inside Python for various
43- bytecode-related tasks. For example you can read in bytecode,
44- i.e. perform a version-independent `marshal.loads() `, and disassemble
45- the bytecode using a version of Python different from the one used to
46- compile the bytecode.
47-
48-
4942Installation
5043------------
5144
You can’t perform that action at this time.
0 commit comments