module documentation

The module provides utility functions such as finding all the files with specified flag (i.e., py files) and checking python extensions.

Function check_python_version check Python version
Function get_path_by_ext Undocumented
def check_python_version(): (source)

check Python version

def get_path_by_ext(root_dir, flag='.py'): (source)

Undocumented