Cope 2.5.0
My personal "standard library" of all the generally useful code I've written for various projects over the years
|
str Cope.debugging.get_full_typename | ( | var, | |
bool | add_braces = True |
||
) |
Get the name of the type of var, formatted nicely.
Also gets the types of the elements it holds, if var
is a collection.
Definition at line 107 of file debugging.py.