Skip to content

Commit 6e2f63f

Browse files
committed
Update after merge.
1 parent 92735fa commit 6e2f63f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

twistedchecker/functionaltests/attributename.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ def __init__(self):
2020
self._fooBar_ = None
2121
self._fooBar__ = None
2222
self.__fooBar_ = None
23+
2324
# Good names.
2425
self.fooBarZar = None
2526
self._fooBarZar = None
@@ -28,3 +29,5 @@ def __init__(self):
2829
self.__fooBar__ = None
2930
self.__dict__ = {}
3031
self.__version__ = {}
32+
# In some cases constants are lazy initialized as instance members.
33+
self.FOOBARZAR = None

0 commit comments

Comments
 (0)