MCPcopy Index your code
hub / github.com/ZeroIntensity/pointers.py / get_path

Method get_path

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

Source from the content-addressed store, hash-verified

4466 # Py_GetPath
4467 @staticmethod
4468 def get_path() -> str:
4469 return api_binding_base(
4470 API_FUNCS["Py_GetPath"],
4471 )
4472
4473 # Py_GetPlatform
4474 @staticmethod

Callers 2

_gen_ct_bindingsFunction · 0.80
initializeMethod · 0.80

Calls 1

api_binding_baseFunction · 0.85

Tested by

no test coverage detected