MCPcopy Create free account
hub / github.com/RASAAS/docmcp-knowledge / repl_fig1

Function repl_fig1

scripts/postprocess_fulltext.py:602–604  ·  view source on GitHub ↗
(m)

Source from the content-addressed store, hash-verified

600
601 # 1. Figure 1 diagram textual elements in MDCG 2019-16
602 def repl_fig1(m):
603 images = re.findall(r'(?:<!-- image -->|!\[.*?\]\(.*?\))', m.group(0))
604 return '\n\n'.join(images) + '\n\n'
605
606 content = re.sub(
607 r'General safety and performance requirements with focus on cybersecurity.*?1nт 1\. Cahraanetar enmmlenmonta\n+',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected