25 lines
1.9 KiB
HTML
25 lines
1.9 KiB
HTML
|
|
<!doctype html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
<html><head><title>Python: module robofab.tools.objectDumper</title>
|
|
</head><body bgcolor="#f0f0f8">
|
|
|
|
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
|
|
<tr bgcolor="#7799ee">
|
|
<td valign=bottom> <br>
|
|
<font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a href="robofab.html"><font color="#ffffff">robofab</font></a>.<a href="robofab.tools.html"><font color="#ffffff">tools</font></a>.objectDumper</strong></big></big></font></td
|
|
><td align=right valign=bottom
|
|
><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/code/projects/robofab/Lib/robofab/tools/objectDumper.py">/code/projects/robofab/Lib/robofab/tools/objectDumper.py</a></font></td></tr></table>
|
|
<p><tt>Simple and ugly way to print some attributes and properties of an object to stdout.<br>
|
|
FontLab doesn't have an object browser and sometimes we do need to look inside</tt></p>
|
|
<p>
|
|
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
|
|
<tr bgcolor="#eeaa77">
|
|
<td colspan=3 valign=bottom> <br>
|
|
<font color="#ffffff" face="helvetica, arial"><big><strong>Functions</strong></big></font></td></tr>
|
|
|
|
<tr><td bgcolor="#eeaa77"><tt> </tt></td><td> </td>
|
|
<td width="100%"><dl><dt><a name="-classname"><strong>classname</strong></a>(object, modname)</dt><dd><tt>Get a class name and qualify it with a module name if necessary.</tt></dd></dl>
|
|
<dl><dt><a name="-dumpObject"><strong>dumpObject</strong></a>(object, private<font color="#909090">=False</font>)</dt></dl>
|
|
<dl><dt><a name="-flattenDict"><strong>flattenDict</strong></a>(dict, indent<font color="#909090">=0</font>)</dt></dl>
|
|
</td></tr></table>
|
|
</body></html> |