mirror of
https://github.com/zrax/pycdc.git
synced 2026-06-23 11:34:07 +00:00
Added GPL v3 license file
This commit is contained in:
parent
47b3a24c29
commit
3b389f4b00
4 changed files with 679 additions and 3 deletions
|
|
@ -312,6 +312,7 @@ static void print_const(PycRef<PycObject> obj, PycModule* mod)
|
|||
printf("%s", obj.cast<PycFloat>()->value());
|
||||
break;
|
||||
case PycObject::TYPE_CODE:
|
||||
case PycObject::TYPE_CODE2:
|
||||
printf("<CODE> %s", obj.cast<PycCode>()->name()->value());
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue