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

Method visit_JoinedStr

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

Source from the content-addressed store, hash-verified

627 self._ftstring_helper(fstring_parts)
628
629 def visit_JoinedStr(self, node):
630 self._write_ftstring(node.values, "f")
631
632 def visit_TemplateStr(self, node):
633 self._write_ftstring(node.values, "t")

Callers

nothing calls this directly

Calls 1

_write_ftstringMethod · 0.95

Tested by

no test coverage detected