(self)
| 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() |
nothing calls this directly
no outgoing calls
no test coverage detected