sync from Atlas
This commit is contained in:
@@ -14,7 +14,7 @@ class Foo:
|
||||
|
||||
@property
|
||||
def bar(self):
|
||||
'''The bar attribute'''
|
||||
"""The bar attribute"""
|
||||
return self.__dict__['bar']
|
||||
|
||||
@bar.setter
|
||||
|
||||
Reference in New Issue
Block a user