Lines Matching defs:init
179 the subclass must define an 'init' method, which will be passed the
197 self.init(name, **kwds)
200 def init(self, name, *, parse_tree, defects):
313 def init(self, *args, **kw):
315 super().init(*args, **kw)
365 def init(self, *args, **kw):
368 super().init(*args, **kw)
420 def init(self, *args, **kw):
424 super().init(*args, **kw)
459 def init(self, *args, **kw):
461 super().init(*args, **kw)
472 def init(self, *args, **kw):
473 super().init(*args, **kw)
494 def init(self, *args, **kw):
495 super().init(*args, **kw)
516 def init(self, *args, **kw):
517 super().init(*args, **kw)