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

Method get

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

Source from the content-addressed store, hash-verified

3315 # PyThreadState_Get
3316 @staticmethod
3317 def get() -> StructPointer[ThreadState]:
3318 return api_binding_base(
3319 API_FUNCS["PyThreadState_Get"],
3320 )
3321
3322 # PyThreadState_GetDict
3323 @staticmethod

Callers 6

_get_typeFunction · 0.45
_gen_ct_bindingsFunction · 0.45
mainFunction · 0.45
_decode_typeFunction · 0.45
_process_argsFunction · 0.45
get_mappedFunction · 0.45

Calls 1

api_binding_baseFunction · 0.85

Tested by

no test coverage detected