You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the problem, ie expected/actual result (if it's not blatantly obvious)
No response
Gist to reproduce
fromtypingimportTypeVar_T=TypeVar("_T", bound=int)
defasdf(a: _T, b: int):
print(f"{a}") # error: The type "_T@asdf" doesn't define a __format__, __str__ or __repr__ [helpful-string]print(f"{b}")
The text was updated successfully, but these errors were encountered:
Describe the problem, ie expected/actual result (if it's not blatantly obvious)
No response
Gist to reproduce
The text was updated successfully, but these errors were encountered: