Menu

#1435 Doesn't show function object under class ...

1.5.1
open
debugger (210)
5
2011-12-06
2011-12-06
Chris Slee
No

root = homepage.HomePage()
root.login = login.LoginPage()
root.loginAjax = login.LoginPage.loginAjax
root.project = project.ProjectPage()
root.project.saveas = project.ProjectPage.saveAs
root.project.new = project.ProjectPage.new
root.foo = project.foo
root.source = source.SourcePage()
................................................................
Debugger shows ....
................................................................

root HomePage: <ui.homepage.HomePage object at 0x000000000407E128>
login LoginPage: <ui.login.LoginPage object at 0x0000000004084CC0>
project ProjectPage: <ui.project.ProjectPage object at 0x000000000407CE10>
source SourcePage: <ui.source.SourcePage object at 0x0000000004086208>

...
NOTE: this is Cherrpy example: foo is not showing in PyDev... though it works correctly thru CherryPy ...

Discussion

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.