class documentation

class BlockReference:

View In Hierarchy

One block on a template reference.
Method __call__ Undocumented
Method __init__ Undocumented
Async Method ​_async​_call Undocumented
Instance Variable ​_context Undocumented
Instance Variable ​_depth Undocumented
Instance Variable ​_stack Undocumented
Instance Variable name Undocumented
Property super Super the block.
@internalcode
def __call__(self):

Undocumented

Returns
strUndocumented
def __init__(self, name, context, stack, depth):

Undocumented

Parameters
name:strUndocumented
context:ContextUndocumented
stack:t.List[t.Callable[[Context], t.Iterator[str]]]Undocumented
depth:intUndocumented
@internalcode
async def _async_call(self):

Undocumented

Returns
strUndocumented
_context =

Undocumented

_depth =

Undocumented

_stack =

Undocumented

name =

Undocumented

@property
super: t.Union[BlockReference, Undefined] =
Super the block.