改了下解释
This commit is contained in:
@@ -12,7 +12,7 @@ class TimerTypeError(TypeError):
|
|||||||
|
|
||||||
|
|
||||||
class Timer:
|
class Timer:
|
||||||
"""支持多种模式的计时器(类型安全+人类可读)"""
|
"""支持上下文+装饰器的计时器"""
|
||||||
|
|
||||||
def __init__(self, name: Optional[str] = None, storage: Optional[Dict[str, float]] = None, auto_unit: bool = True):
|
def __init__(self, name: Optional[str] = None, storage: Optional[Dict[str, float]] = None, auto_unit: bool = True):
|
||||||
self._validate_types(name, storage)
|
self._validate_types(name, storage)
|
||||||
|
|||||||
Reference in New Issue
Block a user