Skip to content

Instantly share code, notes, and snippets.

@KrzysztofCiba
Created October 1, 2012 20:24
Show Gist options
  • Save KrzysztofCiba/3814199 to your computer and use it in GitHub Desktop.
Save KrzysztofCiba/3814199 to your computer and use it in GitHub Desktop.
trash8
[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() exectuion
in base class run
gX = 1
function foo called
##### testChild.myRun() execution
in testChildMyRun
function foo called
gX = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment