MCPcopy Index your code
hub / github.com/python/cpython / visit_TemplateStr

Method visit_TemplateStr

Lib/_ast_unparse.py:632–633  ·  view source on GitHub ↗
(self, node)

Source from the content-addressed store, hash-verified

630 self._write_ftstring(node.values, "f")
631
632 def visit_TemplateStr(self, node):
633 self._write_ftstring(node.values, "t")
634
635 def _write_ftstring_inner(self, node, is_format_spec=False):
636 if isinstance(node, JoinedStr):

Callers

nothing calls this directly

Calls 1

_write_ftstringMethod · 0.95

Tested by

no test coverage detected