Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ get_ds_file
Function
get_ds_file
tests/gis_tests/test_data.py:27–28 ·
view source on GitHub ↗
(name, ext)
Source
from the content-addressed store, hash-verified
25
26
27
def
get_ds_file(name, ext):
28
return
os.path.join(TEST_DATA, name, name +
".%s"
% ext)
29
30
31
class
TestObj:
Callers
3
__init__
Method · 0.85
test_ds_input_pathlib
Method · 0.85
test06_spatial_filter
Method · 0.85
Calls
1
join
Method · 0.45
Tested by
no test coverage detected