sync from Atlas

This commit is contained in:
Luciano Ramalho
2021-09-20 10:37:26 -03:00
parent 6527037ae7
commit 2f2f87d4fb
16 changed files with 1730 additions and 115 deletions

View File

@@ -14,7 +14,7 @@ class Foo:
@property
def bar(self):
'''The bar attribute'''
"""The bar attribute"""
return self.__dict__['bar']
@bar.setter