Essentially, I want to be able to automate do the following
someObject.setValue(foo)
someObject.someMethod(bar) === someObject.someMethod(foo,bar)
It looks like the __call__ property may be able to help me out with this.
sugarbot's aim is to provide testing and automation facilities for the OLPC Project's Sugar GUI. The project must first identify and evaluate possible implementation options, and then implement the best choice. Although it has a Sugar focus, sugarbot should be easily extensible to other Python-based GUI's.
No comments:
Post a Comment