MCPcopy Create free account
hub / github.com/docling-project/docling-parse / static_keys

Method static_keys

docling_parse/pdf_parser.py:178–180  ·  view source on GitHub ↗

Get all static timing key names.

()

Source from the content-addressed store, hash-verified

176
177 @staticmethod
178 def static_keys() -> set:
179 """Get all static timing key names."""
180 return get_static_timing_keys()
181
182 @staticmethod
183 def decode_page_keys() -> List[str]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected