Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sphinx-doc/sphinx
/ test_get_ratio
Function
test_get_ratio
tests/test_versioning.py:54–56 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
52
53
54
def
test_get_ratio() -> None:
55
assert get_ratio(
''
,
'a'
)
56
assert get_ratio(
'a'
,
''
)
57
58
59
def
test_add_uids() -> None:
Callers
nothing calls this directly
Calls
1
get_ratio
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…