Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | List of all members
jinja2.runtime.Macro Class Reference

Public Member Functions

 __init__ (self, "Environment" environment, t.Callable[..., str] func, str name, t.List[str] arguments, bool catch_kwargs, bool catch_varargs, bool caller, t.Optional[bool] default_autoescape=None)
 
str __call__ (self, *t.Any args, **t.Any kwargs)
 
str __repr__ (self)
 

Public Attributes

 name
 
 arguments
 
 catch_kwargs
 
 catch_varargs
 
 caller
 
 explicit_caller
 

Protected Member Functions

str _async_invoke (self, t.List[t.Any] arguments, bool autoescape)
 
str _invoke (self, t.List[t.Any] arguments, bool autoescape)
 

Protected Attributes

 _environment
 
 _func
 
 _argument_count
 
 _default_autoescape
 

Detailed Description

Wraps a macro function.

The documentation for this class was generated from the following file: