MCPcopy Index your code
hub / github.com/RustPython/RustPython / params

Method params

Lib/email/headerregistry.py:464–465  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

462
463 @property
464 def params(self):
465 return MappingProxyType(self._params)
466
467
468class ContentTypeHeader(ParameterizedMIMEHeader):

Callers

nothing calls this directly

Calls 1

MappingProxyTypeFunction · 0.90

Tested by

no test coverage detected