MCPcopy Create free account
hub / github.com/Meshcapade/difflocks / __init__

Method __init__

k_diffusion/models/flags.py:35–40  ·  view source on GitHub ↗
(self, function, *args, **kwargs)

Source from the content-addressed store, hash-verified

33
34class compile_wrap:
35 def __init__(self, function, *args, **kwargs):
36 self.function = function
37 self.args = args
38 self.kwargs = kwargs
39 self._compiled_function = None
40 update_wrapper(self, function)
41
42 @property
43 def compiled_function(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected