标签: python tornado
我遇到PeriodicCallback in Python Tornado的某些奇怪行为。
assert ce.value.foo == 'blah' assert not ce.value.bar
第一个和第二个打印值不同,这意味着self.dict是不同的对象,这会导致严重的问题。这是意外行为。怎么了?
我想要self.dict引用foo和_check_status中的同一对象。我该怎么办?