View on GitHub

mypy_boto3

Type annotations for boto3 compatible with mypy, VSCode and PyCharm

Download this project as a .zip file Download this project as a tar.gz file

JinjaManager

Auto-generated documentation for builder.mypy_boto3_builder.jinja_manager module.

Jinja2 Environment manager.

JinjaManager

[find in source code]

class JinjaManager():

Jinja2 Environment manager.

JinjaManager.get_environment

[find in source code]

@classmethod
def get_environment() -> jinja2.Environment:

Get jinja2.Environment.

JinjaManager.update_globals

[find in source code]

@classmethod
def update_globals(**kwargs: Any) -> None:

Update global variables in jinja2.Environment.

Arguments