Pastebin

Paste #1693: python class instantiation

< previous paste - next paste>

Pasted by chrivers

Download View as text


class MetaText(MetaNode):

    def __init__(self, parent, line, column, text):
        print self, parent
        super(MetaText, self).__init__(parent, line, column)
        self.text = text

New Paste


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

Go to most recent paste.