Revision d8fa30bacfccf31f001d7b8c367e57da7069b66a authored by Stefano Zacchiroli on 28 September 2019, 10:42:34 UTC, committed by Stefano Zacchiroli on 01 October 2019, 06:25:21 UTC
the real type is Optional[Callable[..., Any]], but redefinitions of imported
stuff in try..except is currently not supported by mypy, see
https://github.com/python/mypy/issues/1153
1 parent 976aab3
Raw File
Makefile.local
TESTFLAGS=--hypothesis-profile=fast
back to top