Module xingyun.time
This module provides methods to help estimate running time.
Expand source code
'''
This module provides methods to help estimate running time.
'''
from .my_clock import my_clock
from .timer import Timer
Sub-modules
xingyun.time.my_clock
xingyun.time.timer