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

Method concat

src/pointers/api_bindings.py:324–327  ·  view source on GitHub ↗
(bytes: PointerLike, newpart: PyObjectLike)

Source from the content-addressed store, hash-verified

322 # PyBytes_Concat
323 @staticmethod
324 def concat(bytes: PointerLike, newpart: PyObjectLike) -> None:
325 return api_binding_base(
326 API_FUNCS["PyBytes_Concat"], bytes, _deref_maybe(newpart)
327 )
328
329 # PyBytes_ConcatAndDel
330 @staticmethod

Callers

nothing calls this directly

Calls 2

api_binding_baseFunction · 0.85
_deref_maybeFunction · 0.85

Tested by

no test coverage detected