| .. | |||||
| demo | |||||
| History.txt | |||||
| README.python | |||||
| __init__.py | |||||
| c_func.py | |||||
| hpdf.py | |||||
| hpdf_consts.py | |||||
| hpdf_errorcode.py | |||||
| hpdf_types.py |
def printf(format, *optional):
#print 'format="%s"' % format
#print 'optional="%s"' % optional
if len(optional)==1:
optional=optional[0]
if format.endswith('\n'):
format=format[:-1]
print format % optional
| .. | |||||
| demo | |||||
| History.txt | |||||
| README.python | |||||
| __init__.py | |||||
| c_func.py | |||||
| hpdf.py | |||||
| hpdf_consts.py | |||||
| hpdf_errorcode.py | |||||
| hpdf_types.py |