Skip to content

Commit

Permalink
View.py: set root as chgable
Browse files Browse the repository at this point in the history
Ref #11
  • Loading branch information
zhuyifei1999 committed Nov 20, 2019
1 parent 7e7d04f commit a02f59f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions guppy/heapy/View.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,9 @@ class _GLUECLAMP_:
'_root.warnings:warn',
)

_chgable_ = ('is_rg_update_all', 'referrers_lock', '_is_clear_drg_enabled')
_setable_ = ('_hiding_tag_', 'target', 'is_hiding_calling_interpreter',

)
_chgable_ = ('is_rg_update_all', 'referrers_lock', '_is_clear_drg_enabled',
'root',)
_setable_ = ('_hiding_tag_', 'target', 'is_hiding_calling_interpreter',)

is_hiding_calling_interpreter = False
is_rg_update_all = False
Expand Down

0 comments on commit a02f59f

Please sign in to comment.