@@ -317,6 +317,7 @@ class PropertyObserver(object):
|
|||||||
for callback, objs in callback_objs.items():
|
for callback, objs in callback_objs.items():
|
||||||
callback(root_obj, *[objs[i] for i in range(len(objs))])
|
callback(root_obj, *[objs[i] for i in range(len(objs))])
|
||||||
|
|
||||||
|
|
||||||
observer = PropertyObserver()
|
observer = PropertyObserver()
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ Usage
|
|||||||
from collections import OrderedDict
|
from collections import OrderedDict
|
||||||
|
|
||||||
import sqlalchemy as sa
|
import sqlalchemy as sa
|
||||||
from sqlalchemy_utils import Composite, CurrencyType
|
from sqlalchemy_utils import CompositeType, CurrencyType
|
||||||
|
|
||||||
|
|
||||||
class Account(Base):
|
class Account(Base):
|
||||||
|
|||||||
Reference in New Issue
Block a user