Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
def
get_completion_only(result):
14
if
isinstance(result, tuple) and len(result) >= 1:
15
return
result[0]
16
17
18
class
ManimCodeErrorAnalyzer:
Callers
2
fix_code_with_multi_stage_validation
Method · 0.85
_fix_code_block
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected