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

Method va_parse

src/pointers/api_bindings.py:146–149  ·  view source on GitHub ↗
(args: PyObjectLike, format: StringLike, vargs: PointerLike)

Source from the content-addressed store, hash-verified

144 # PyArg_VaParse
145 @staticmethod
146 def va_parse(args: PyObjectLike, format: StringLike, vargs: PointerLike) -> int:
147 return api_binding_base(
148 API_FUNCS["PyArg_VaParse"], _deref_maybe(args), make_string(format), vargs
149 )
150
151 # PyArg_VaParseTupleAndKeywords
152 @staticmethod

Callers

nothing calls this directly

Calls 3

api_binding_baseFunction · 0.85
_deref_maybeFunction · 0.85
make_stringFunction · 0.85

Tested by

no test coverage detected