def watch(self, callback: TCallable[[AnyStr, TAny, TAny], None]) -> None:
"""
Register a new callback that pushes or undefines the object
from the actual environmental namespace.
:param callback: The callback to run
"""
self.watchers.append(callback)
评论列表
文章目录