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

Method visit_FormattedValue

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

Source from the content-addressed store, hash-verified

675 self._write_ftstring_inner(node.format_spec, is_format_spec=True)
676
677 def visit_FormattedValue(self, node):
678 self._write_interpolation(node)
679
680 def visit_Interpolation(self, node):
681 # If `str` is set to `None`, use the `value` to generate the source code.

Callers 1

_write_ftstring_innerMethod · 0.95

Calls 1

_write_interpolationMethod · 0.95

Tested by

no test coverage detected