MCPcopy Create free account
hub / github.com/HoShiMin/Kernel-Bridge / get_python_api_version

Method get_python_api_version

Python-Bridge/Python-Bridge.py:692–693  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

690 return self.__kb.KbGetUserApiVersion()
691
692 def get_python_api_version(self):
693 return self.__api_version
694
695 def get_handles_count(self):
696 count = c_uint()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected