MCPcopy Index your code
hub / github.com/python-openxml/python-docx / is_standalone

Method is_standalone

src/docx/image/constants.py:96–97  ·  view source on GitHub ↗
(cls, marker_code)

Source from the content-addressed store, hash-verified

94
95 @classmethod
96 def is_standalone(cls, marker_code):
97 return marker_code in cls.STANDALONE_MARKERS
98
99
100class MIME_TYPE:

Callers 1

from_streamMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected