MCPcopy Create free account
hub / github.com/numpy/numpy / PyUnicode_Concat2

Function PyUnicode_Concat2

numpy/core/include/numpy/npy_3kcompat.h:198–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198static inline void
199PyUnicode_Concat2(PyObject **left, PyObject *right)
200{
201 Py_SETREF(*left, PyUnicode_Concat(*left, right));
202}
203
204/*
205 * PyFile_* compatibility

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected