Namespaces | |
namespace | dismantle |
Dismantles a .py file by compiling it into a code object and recursively dismantling and disassembling the code object. | |
Functions | |
def | dismantle::dismantle_file |
def | dismantle::dismantle |
def | dismantle::rdismantle |
def | dismantle::main |
Variables | |
string | dismantle::__usage__ |
int | dismantle::STRINGTOOLONG = 32 |