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

Class MySubclass

dask/tests/test_task_spec.py:1133–1138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1131
1132
1133class MySubclass(Task):
1134 __slots__ = ("custom_kwarg_only",)
1135
1136 def __init__(self, key, func, /, *args, custom_kwarg_only, **kwargs):
1137 self.custom_kwarg_only = custom_kwarg_only
1138 super().__init__(key, func, *args, **kwargs)
1139
1140
1141def test_substitute_subclasses():

Callers 1

Calls

no outgoing calls

Tested by 1