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

Method __str__

mypy/nodes.py:231–232  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

229 __slots__ = ()
230
231 def __str__(self) -> str:
232 return self.accept(mypy.strconv.StrConv(options=Options()))
233
234 def str_with_options(self, options: Options) -> str:
235 a = self.accept(mypy.strconv.StrConv(options=options))

Callers

nothing calls this directly

Calls 2

acceptMethod · 0.95
OptionsClass · 0.90

Tested by

no test coverage detected