MCPcopy Create free account
hub / github.com/ZeroIntensity/pointers.py / concat

Method concat

src/pointers/api_bindings.py:275–278  ·  view source on GitHub ↗
(a: PyObjectLike, b: PyObjectLike)

Source from the content-addressed store, hash-verified

273 # PyByteArray_Concat
274 @staticmethod
275 def concat(a: PyObjectLike, b: PyObjectLike) -> PyObjectLike:
276 return api_binding_base(
277 API_FUNCS["PyByteArray_Concat"], _deref_maybe(a), _deref_maybe(b)
278 )
279
280 # PyByteArray_FromObject
281 @staticmethod

Callers

nothing calls this directly

Calls 2

api_binding_baseFunction · 0.85
_deref_maybeFunction · 0.85

Tested by

no test coverage detected