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

Method visit

Lib/test/test_typing.py:5760–5761  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

5758 return self.a
5759
5760 def visit(self) -> T:
5761 return self.a
5762
5763 V = Visitor[typing.List[int]]
5764

Callers 8

d3.min.jsFile · 0.45
aFunction · 0.45
fFunction · 0.45
visitModuleMethod · 0.45
visitTypeMethod · 0.45
visitSumMethod · 0.45
test_visitorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected