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

Method __call__

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

Source from the content-addressed store, hash-verified

2081 del self[prefix+key]
2082
2083 def __call__(self, *a, **ka):
2084 depr('Calling ConfDict is deprecated. Use the update() method.') #0.12
2085 self.update(*a, **ka)
2086 return self
2087
2088 def __init__(self, *a, **ka):
2089 self._meta = {}

Callers

nothing calls this directly

Calls 2

deprFunction · 0.85
updateMethod · 0.45

Tested by

no test coverage detected