LazyTemplateLoader class¶
(Shortest import: from brian2.codegen.templates import LazyTemplateLoader)
- class brian2.codegen.templates.LazyTemplateLoader(environment, extension)[source]¶
Bases:
objectHelper object to load templates only when they are needed.
Methods
get_template(name)Details