MCPcopy 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

moveMethod · 0.45
dereferenceMethod · 0.45
dereferenceMethod · 0.45
_as_parameter_Method · 0.45
dereferenceMethod · 0.45
_as_parameter_Method · 0.45
castFunction · 0.45
to_voidpFunction · 0.45
_as_parameter_Method · 0.45
__add__Method · 0.45
__sub__Method · 0.45
make_stringFunction · 0.45

Calls 1

api_binding_baseFunction · 0.85

Tested by

no test coverage detected