MCPcopy Create free account
hub / github.com/dask/dask / get_environment

Function get_environment

dask/widgets/widgets.py:26–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24
25
26def get_environment() -> Environment:
27 loader = FileSystemLoader(TEMPLATE_PATHS)
28 environment = Environment(loader=loader)
29 environment.filters.update(FILTERS)
30
31 return environment
32
33
34def get_template(name: str) -> Template:

Callers 2

test_environmentFunction · 0.90
get_templateFunction · 0.70

Calls

no outgoing calls

Tested by 1

test_environmentFunction · 0.72