Pastebin
Paste #1692: python class instantiation
< previous paste - next paste>
Pasted by chrivers
def testfunc(someclass, x, y): return someclass(1, 2, 3, x, y) testfunc(MyOneClass, 4, 5) testfunc(MyOtherClass, 4, 7)
New Paste
Go to most recent paste.