Watching object attributes¶
Possible future change:
Support
self.show_variable("score")
as shorthand forpytch.show_variable(self, "score")
. Could then havepytch.show_variable("score")
for module-levelscore
, backed by a renamedpytch._show_attribute()
syscall.