Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
100
class
MIME_TYPE:
Callers
1
from_stream
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected