I have a custom object that I use within my application:
class Foo(bar):
def __init__( self , value=None ):
self.value = value
def __int__
def __str__
def __cmp__
is there any __baz__ method I can use, that will return a value SqlAlchemy
can adapt ?
The value that I want to store/work with is just a number.
--
You received this message because you are subscribed to the Google Groups
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/groups/opt_out.