Start adding new help documentation

This commit is contained in:
Griatch 2021-05-10 00:12:36 +02:00
parent 7e2a446bda
commit ebcff51932
7 changed files with 290 additions and 79 deletions

View file

@ -1235,7 +1235,7 @@ _GA = object.__getattribute__
_SA = object.__setattr__
class DbHolder(object):
class DbHolder:
"Holder for allowing property access of attributes"
def __init__(self, obj, name, manager_name="attributes"):