Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meshcapade/difflocks
/ __call__
Method
__call__
k_diffusion/models/flags.py:55–56 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
53
return
self._compiled_function
54
55
def
__call__(self, *args, **kwargs):
56
return
self.compiled_function(*args, **kwargs)
Callers
nothing calls this directly
Calls
1
compiled_function
Method · 0.95
Tested by
no test coverage detected