MCPcopy
hub / github.com/alievk/avatarify-python / add

Method add

afy/utils.py:91–92  ·  view source on GitHub ↗
(self, k, v)

Source from the content-addressed store, hash-verified

89 self.num_f = num_f
90
91 def add(self, k, v):
92 self.d[k] += [v]
93
94 def __dict__(self):
95 return self.d

Callers 6

send_workerMethod · 0.95
recv_workerMethod · 0.95
recv_workerMethod · 0.95
predictor_workerMethod · 0.95
send_workerMethod · 0.95
_send_recv_asyncMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected