MCPcopy Create free account
hub / github.com/EasyIME/PIME / find_named_blocks

Method find_named_blocks

python/python3/tornado/template.py:510–514  ·  view source on GitHub ↗
(
        self, loader: Optional[BaseLoader], named_blocks: Dict[str, "_NamedBlock"]
    )

Source from the content-addressed store, hash-verified

508 raise NotImplementedError()
509
510 def find_named_blocks(
511 self, loader: Optional[BaseLoader], named_blocks: Dict[str, "_NamedBlock"]
512 ) -> None:
513 for child in self.each_child():
514 child.find_named_blocks(loader, named_blocks)
515
516
517class _File(_Node):

Callers 3

_generate_pythonMethod · 0.45
find_named_blocksMethod · 0.45
find_named_blocksMethod · 0.45

Calls 1

each_childMethod · 0.95

Tested by

no test coverage detected