Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZeroIntensity/pointers.py
/ ensure
Method
ensure
src/pointers/api_bindings.py:1482–1485 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1480
# PyGILState_Ensure
1481
@staticmethod
1482
def
ensure() -> int:
1483
return
api_binding_base(
1484
API_FUNCS[
"PyGILState_Ensure"
],
1485
)
1486
1487
# PyGILState_GetThisThreadState
1488
@staticmethod
Callers
13
move
Method · 0.45
dereference
Method · 0.45
dereference
Method · 0.45
_as_parameter_
Method · 0.45
dereference
Method · 0.45
_as_parameter_
Method · 0.45
cast
Function · 0.45
to_voidp
Function · 0.45
_as_parameter_
Method · 0.45
__add__
Method · 0.45
__sub__
Method · 0.45
make_string
Function · 0.45
Calls
1
api_binding_base
Function · 0.85
Tested by
no test coverage detected