LazyTemplateLoader class

(Shortest import: from brian2.codegen.templates import LazyTemplateLoader)

class brian2.codegen.templates.LazyTemplateLoader(environment, extension)[source]

Bases: object

Helper object to load templates only when they are needed.

Methods

get_template(name)

Details

get_template(name)[source]