We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f0013 commit 7e9d00aCopy full SHA for 7e9d00a
tests/unit/test_engine.py
@@ -2,7 +2,8 @@
2
from typing import TYPE_CHECKING, TypedDict
3
4
if not TYPE_CHECKING:
5
-
+ # `reveal_type` is a pseudo-builtin only available when type checking.
6
+ # Define a no-op version here so that we can call it in the tests.
7
def reveal_type(x: object) -> None: ...
8
9
0 commit comments