Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1""" 

2@file 

3@brief Shortcuts to loghelper functions 

4""" 

5from .buffered_flog import BufferedPrint 

6from .convert_helper import str2datetime, timestamp_to_datetime 

7from .custom_log import CustomLog 

8from .flog import fLOG, noLOG, fLOGFormat, PQHException, download, unzip, removedirs 

9from .os_helper import get_machine, get_user 

10from .process_helper import reap_children 

11from .pwd_helper import set_password, get_password 

12from .pypi_helper import enumerate_pypi_versions_date 

13from .pyrepo_helper import SourceRepository 

14from .repositories.pygit_helper import clone as git_clone 

15from .run_cmd import run_cmd, decode_outerr, run_script, RunCmdException 

16from .sys_helper import sys_path_append, python_path_append 

17from .url_helper import get_url_content 

18 

19 

20def check_log(): 

21 """ 

22 check function noLOG 

23 """ 

24 noLOG("try", 5, param=6)