mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 20:24:30 +08:00
Type checkers can use this to handle protocol matching for None (e.g. `foo: Hashable = None`). Co-authored-by: Eric Traut <erictr@microsoft.com>