[Fri, 04 Nov 14:17 E0][cibak@localhost:~/test]> python test.py
##### creating child
in child, gX is there?  False
in child, foo is there?  False
##### baseClass.run() execution
in base class run
gX =  1
function foo called
##### testChild.myRun() execution
in testChildMyRun
function foo called
gX =  1