mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
If `metadata` is `None` the Field constructor replaces it with an empty mapping object, so this value can never be None. https://github.com/python/cpython/blob/v3.7.3/Lib/dataclasses.py#L243