Module xingyun.savecode
This module provides methods to save the code of current project.
Expand source code
'''
This module provides methods to save the code of current project.
'''
from .get_code import get_code
from .get_code import filter_default, filter_gitignore, filter_hidden, compare_dict
Sub-modules
xingyun.savecode.get_code