templates.BuilderImplementation.tpl Maven / Gradle / Ivy
def {{vitf.version.builder}}(self, connection: Connection) -> {{vitf.handler.interface}}:
""" Build version {{vitf.version}} of the connection handler """
return {{vitf.handler.class}}(connection, self.service)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy