Pastebin
Paste #1693: python class instantiation
< previous paste - next paste>
Pasted by chrivers
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
Go to most recent paste.