robofab.tools.objectDumper
index
/code/projects/robofab/Lib/robofab/tools/objectDumper.py

Simple and ugly way to print some attributes and properties of an object to stdout.
FontLab doesn't have an object browser and sometimes we do need to look inside

 
Functions
       
classname(object, modname)
Get a class name and qualify it with a module name if necessary.
dumpObject(object, private=False)
flattenDict(dict, indent=0)