MCPcopy Create free account
hub / github.com/dask/dask / Foo

Class Foo

dask/tests/test_delayed.py:688–693  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

686
687def test_callable_obj():
688 class Foo:
689 def __init__(self, a):
690 self.a = a
691
692 def __call__(self):
693 return 2
694
695 foo = Foo(1)
696 f = delayed(foo)

Callers 1

test_callable_objFunction · 0.70

Calls

no outgoing calls

Tested by 1

test_callable_objFunction · 0.56