MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / PyString_FromStringAndSize

Function PyString_FromStringAndSize

Objects/stringobject.c:56–112  ·  view source on GitHub ↗

For PyString_FromString(), the parameter `str' points to a null-terminated string containing exactly `size' bytes. For PyString_FromStringAndSize(), the parameter the parameter `str' is either NULL or else points to a string containing at least `size' bytes. For PyString_FromStringAndSize(), the string in the `str' parameter does not have to be null-terminated. (Therefore it is sa

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

alp_ReadFramesFunction · 0.85
alp_readsampsFunction · 0.85
nu_charFunction · 0.85
s_unpack_internalFunction · 0.85
s_packFunction · 0.85
imgfile_readFunction · 0.85
imgfile_readscaledFunction · 0.85
CD_readdaFunction · 0.85
CD_callbackFunction · 0.85
audioop_mulFunction · 0.85
audioop_tomonoFunction · 0.85

Calls 3

PyErr_SetStringFunction · 0.85
PyErr_NoMemoryFunction · 0.85
PyString_InternInPlaceFunction · 0.85

Tested by 1