in content_api.py [0:0]
def mimetype(self) -> str: """Returns part MIME type. Note: Empty MIME in the underlying `Part` is assumed to be text. """ return self._mimetype or 'text/plain'