Lines Matching refs:metadata
195 # Since most per-field metadata will be unused, create an empty
282 'metadata',
288 metadata, kw_only):
297 self.metadata = (_EMPTY_METADATA
298 if metadata is None else
299 types.MappingProxyType(metadata))
314 f'metadata={self.metadata!r},'
369 hash=None, compare=True, metadata=None, kw_only=MISSING):
378 comparison functions. metadata, if specified, must be a mapping
389 metadata, kw_only)