def fp_init():
	_init_ok = (pyf.fp_init() == 0)
	if not _init_ok:
		raise "fprint initialization failed."
示例#2
0
def fp_init():
    """Call this before doing anything else."""
    _init_ok = (pyf.fp_init() == 0)
    if not _init_ok:
        raise "fprint initialization failed."
示例#3
0
def fp_init():
	"""Call this before doing anything else."""
	_init_ok = (pyf.fp_init() == 0)
	if not _init_ok:
		raise "fprint initialization failed."