Home
last modified time | relevance | path

Searched refs:reveal_type (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/
H A Dtyping.py144 'reveal_type',
3369 def reveal_type(obj: T, /) -> T: function
3372 When a static type checker encounters a call to ``reveal_type()``,
3376 reveal_type(x)
/third_party/python/Lib/test/
H A Dtest_typing.py27 from typing import reveal_type namespace
8139 self.assertIs(obj, reveal_type(obj))

Completed in 16 milliseconds