not seeing it:
# pydoc sqlalchemy.orm.mapperlib.Mapper.get_property
Help on method get_property in sqlalchemy.orm.mapperlib.Mapper:
sqlalchemy.orm.mapperlib.Mapper.get_property = get_property(self, key,
resolve_synonyms=False, raiseerr=True) unbound
sqlalchemy.orm.mapper.Mapper method
return a MapperProperty associated with the given key.
On Jul 14, 2008, at 3:45 AM, Kless wrote:
>
> I refer to the docstring and this is my version:
> SQLAlchemy-0.5.0beta1-
> py2.5.egg
>
> On Jul 14, 1:59 am, Michael Bayer <[EMAIL PROTECTED]> wrote:
>> On Jul 13, 2008, at 1:38 PM, Kless wrote:
>>
>>
>>
>>> *orm.object_mapper* has an argument called 'raiseerror', and it
>>> works
>>> ok.
>>
>>> *orm.object_mapper.get_property* also has an argument called
>>> 'raiseerror' (that says on documentation), but it fails: *unexpected
>>> keyword argument 'raiseerror'*. It's using as argument: 'raiseerr'.
>>
>> I dont like those "raiseerror" flags very much and in reality I'd
>> like
>> to take them out. Although I am not seeing the "get_property()"
>> documentation you're referring to, in both 0.4 and 0.5 the docstring
>> does not describe the arguments for that method.
> >
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sqlalchemy" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---