Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Monalissaa/DisenDiff
/ __call__
Method
__call__
src/ptp_utils.py:213–214 ·
view source on GitHub ↗
(self, *args)
Source
from the content-addressed store, hash-verified
211
class
DummyController:
212
213
def
__call__(self, *args):
214
return
args[0]
215
216
def
__init__(self):
217
self.num_att_layers = 0
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected