We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8882d8a commit 662966aCopy full SHA for 662966a
unpythonic/typecheck.py
@@ -257,6 +257,7 @@ def iscollection(statictype, runtimetype):
257
# return False
258
# return True
259
except TypeError: # probably one of those meta-utilities that hates issubclass.
260
+ # assert False # this is a good idea while debugging the type checker.
261
pass
262
263
# Catch any `typing` meta-utilities we don't currently support.
0 commit comments