Allowing non-ASCII identifiers
Brian Quinlan
brian at sweetapp.com
Sat Feb 14 18:53:04 EST 2004
More information about the Python-list mailing list
Sat Feb 14 18:53:04 EST 2004
- Previous message (by thread): Allowing non-ASCII identifiers
- Next message (by thread): Mouse Cursors on Tkinter
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> > someComObject.getattr('yield')(2,3)
> > someRPCServer.getattr('yield')(2,3)
>
> I think you mean getattr(someComObject('yield'))(2,3,)
We both need a Python refresher :-)
getattr(someComObject, 'yield')(2,3)
Cheers,
Brian
- Previous message (by thread): Allowing non-ASCII identifiers
- Next message (by thread): Mouse Cursors on Tkinter
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list