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