Pastebin

Paste #1692: python class instantiation

< previous paste - next paste>

Pasted by chrivers

Download View as text

def testfunc(someclass, x, y):
  return someclass(1, 2, 3, x, y)

testfunc(MyOneClass, 4, 5)
testfunc(MyOtherClass, 4, 7)

New Paste


Do not write anything in this field if you're a human.

Go to most recent paste.