MCPcopy
hub / github.com/fluentpython/example-code-2e / __call__

Method __call__

21-async/mojifinder/bottle.py:2211–2214  ·  view source on GitHub ↗
(self, *a, **ka)

Source from the content-addressed store, hash-verified

2209 del self[prefix+key]
2210
2211 def __call__(self, *a, **ka):
2212 depr('Calling ConfDict is deprecated. Use the update() method.') #0.12
2213 self.update(*a, **ka)
2214 return self
2215
2216
2217

Callers

nothing calls this directly

Calls 2

updateMethod · 0.95
deprFunction · 0.85

Tested by

no test coverage detected