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

Method join

src/pointers/api_bindings.py:4244–4247  ·  view source on GitHub ↗
(separator: PyObjectLike, seq: PyObjectLike)

Source from the content-addressed store, hash-verified

4242 # PyUnicode_Join
4243 @staticmethod
4244 def join(separator: PyObjectLike, seq: PyObjectLike) -> PyObjectLike:
4245 return api_binding_base(
4246 API_FUNCS["PyUnicode_Join"], _deref_maybe(separator), _deref_maybe(seq)
4247 )
4248
4249 # PyUnicode_ReadChar
4250 @staticmethod

Callers 7

_write_autogenFunction · 0.80
_get_typeFunction · 0.80
_gen_strFunction · 0.80
_gen_ct_bindingsFunction · 0.80
mainFunction · 0.80
initializeMethod · 0.80
cleanMethod · 0.80

Calls 2

api_binding_baseFunction · 0.85
_deref_maybeFunction · 0.85

Tested by

no test coverage detected