MCPcopy Create free account
hub / github.com/showlab/Code2Video / get_completion_only

Function get_completion_only

src/scope_refine.py:13–15  ·  view source on GitHub ↗
(result)

Source from the content-addressed store, hash-verified

11
12
13def get_completion_only(result):
14 if isinstance(result, tuple) and len(result) >= 1:
15 return result[0]
16
17
18class ManimCodeErrorAnalyzer:

Callers 2

_fix_code_blockMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected