Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ Dummy
Class
Dummy
dask/tests/test_utils.py:1001–1002 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
999
1000
def
test_is_empty_fallback_object():
1001
class
Dummy:
1002
pass
1003
1004
assert is_empty(Dummy()) is False
1005
Callers
1
test_is_empty_fallback_object
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_is_empty_fallback_object
Function · 0.68