Pastebin
Paste #984: python constructors
< previous paste - next paste>
Pasted by tdn
class foo: def __init__(self): data = {} class bar: data = {} def __init__(self): # Do nothing
New Paste
Go to most recent paste.
< previous paste - next paste>
class foo: def __init__(self): data = {} class bar: data = {} def __init__(self): # Do nothing
Go to most recent paste.