Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_type
Function · 0.45
_gen_ct_bindings
Function · 0.45
main
Function · 0.45
_decode_type
Function · 0.45
_process_args
Function · 0.45
get_mapped
Function · 0.45
Calls
1
api_binding_base
Function · 0.85
Tested by
no test coverage detected