MCPcopy Index your code
hub / github.com/RustPython/RustPython / finalize

Method finalize

extra_tests/snippets/stdlib_sqlite.py:29–30  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

27 self.val += val
28
29 def finalize(self):
30 return self.val
31
32
33cx.create_aggregate("mysum", 1, AggrSum)

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected