MCPcopy Create free account
hub / github.com/nodejs/node / func

Method func

deps/v8/third_party/jinja2/compiler.py:608–609  ·  view source on GitHub ↗
(self, name: str)

Source from the content-addressed store, hash-verified

606 return async_value if self.environment.is_async else sync_value
607
608 def func(self, name: str) -> str:
609 return f"{self.choose_async()}def {name}"
610
611 def macro_body(
612 self, node: t.Union[nodes.Macro, nodes.CallBlock], frame: Frame

Callers 3

macro_bodyMethod · 0.95
visit_TemplateMethod · 0.95
visit_ForMethod · 0.95

Calls 1

choose_asyncMethod · 0.95

Tested by

no test coverage detected