MCPcopy Index your code
hub / github.com/python/mypy / visit_template_str_expr

Method visit_template_str_expr

mypy/stubgen.py:377–378  ·  view source on GitHub ↗
(self, o: TemplateStrExpr)

Source from the content-addressed store, hash-verified

375 return f"{{{', '.join(dict_items)}}}"
376
377 def visit_template_str_expr(self, o: TemplateStrExpr) -> str:
378 return self.stubgen.add_name("_typeshed.Incomplete")
379
380 def visit_ellipsis(self, node: EllipsisExpr) -> str:
381 return "..."

Callers

nothing calls this directly

Calls 1

add_nameMethod · 0.80

Tested by

no test coverage detected