mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-11-09 14:55:23 -05:00
Directly set self.value
This commit is contained in:
parent
c046630c33
commit
fb7299800f
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ class _Entry(object):
|
|||
__slots__ = ["value"]
|
||||
|
||||
def __init__(self, value):
|
||||
object.__setattr__(self, "value", value)
|
||||
self.value = value
|
||||
|
||||
|
||||
def _strip_and_count_entires(d):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue