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