Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Classes | Functions
jinja2.loaders Namespace Reference

Classes

class  _TemplateModule
 
class  BaseLoader
 
class  ChoiceLoader
 
class  DictLoader
 
class  FileSystemLoader
 
class  FunctionLoader
 
class  ModuleLoader
 
class  PackageLoader
 
class  PrefixLoader
 

Functions

t.List[str] split_template_path (str template)
 
t.Dict[str, object] _get_zipimporter_files (t.Any z)
 

Detailed Description

API and implementations for loading templates from different data
sources.

Function Documentation

◆ split_template_path()

t.List[str] jinja2.loaders.split_template_path ( str  template)
Split a path into segments and perform a sanity check.  If it detects
'..' in the path it will raise a `TemplateNotFound` error.