MCPcopy Create free account
hub / github.com/ZeroIntensity/pointers.py / finalize

Method finalize

src/pointers/api_bindings.py:4419–4422  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4417 # Py_Finalize
4418 @staticmethod
4419 def finalize() -> None:
4420 return api_binding_base(
4421 API_FUNCS["Py_Finalize"],
4422 )
4423
4424 # Py_FinalizeEx
4425 @staticmethod

Callers 2

__init__Method · 0.80
__init__Method · 0.80

Calls 1

api_binding_baseFunction · 0.85

Tested by

no test coverage detected