mirror of
https://github.com/zrax/pycdc.git
synced 2026-06-23 11:34:07 +00:00
Decompyles classes and imports
This commit is contained in:
parent
ef30d16b58
commit
835b391979
5 changed files with 177 additions and 36 deletions
|
|
@ -258,7 +258,10 @@ void print_const(PycRef<PycObject> obj, PycModule* mod)
|
|||
print_const(*it, mod);
|
||||
}
|
||||
}
|
||||
printf(")");
|
||||
if (values.size() == 1)
|
||||
printf(",)");
|
||||
else
|
||||
printf(")");
|
||||
}
|
||||
break;
|
||||
case PycObject::TYPE_LIST:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue