コード例 #1
0
def fp_exit():
	pyf.fp_exit()
	_init_ok = False
コード例 #2
0
ファイル: pyfprint.py プロジェクト: ffsouza/pyfprint
def fp_exit():
    """pyfprint can't be used after this is called."""
    pyf.fp_exit()
    _init_ok = False
コード例 #3
0
ファイル: pyfprint.py プロジェクト: EmericB/pyfprint
def fp_exit():
	"""pyfprint can't be used after this is called."""
	pyf.fp_exit()
	_init_ok = False