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

Method import_

src/pointers/api_bindings.py:417–420  ·  view source on GitHub ↗
(name: StringLike, no_block: int)

Source from the content-addressed store, hash-verified

415 # PyCapsule_Import
416 @staticmethod
417 def import_(name: StringLike, no_block: int) -> PointerLike:
418 return api_binding_base(
419 API_FUNCS["PyCapsule_Import"], make_string(name), no_block
420 )
421
422 # PyCapsule_IsValid
423 @staticmethod

Callers

nothing calls this directly

Calls 2

api_binding_baseFunction · 0.85
make_stringFunction · 0.85

Tested by

no test coverage detected