Pastebin

Paste #984: python constructors

< previous paste - next paste>

Pasted by tdn

Download View as text

class foo:
    def __init__(self):
        data = {}

class bar:
    data = {}
    def __init__(self):
        # Do nothing

New Paste


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

Go to most recent paste.