def bind_impl(self, ctx): CSV_Impl.bind_impl(self, ctx)
def __init__(self, directory , source , attributes ): self.directory = directory self.source = source self.attributes = attributes CSV_Impl.__init__(self)
def reset(self): CSV_Impl.reset(self)
def __init__(self, directory, source, attributes): self.directory = directory self.source = source self.attributes = attributes CSV_Impl.__init__(self)