Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/dask/dask
/ test_is_empty_fallback_object
Function
test_is_empty_fallback_object
dask/tests/test_utils.py:1000–1004 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
998
999
1000
def
test_is_empty_fallback_object():
1001
class
Dummy:
1002
pass
1003
1004
assert is_empty(Dummy()) is False
1005
1006
1007
def
test_is_empty_typeerror_in_len():
Callers
nothing calls this directly
Calls
2
is_empty
Function · 0.90
Dummy
Class · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…