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

Function fb_del

numpy/core/src/multiarray/textreading/stream_pyobject.c:110–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108
109
110static int
111fb_del(stream *strm)
112{
113 python_chunks_from_file *fb = (python_chunks_from_file *)strm;
114
115 Py_XDECREF(fb->file);
116 Py_XDECREF(fb->read);
117 Py_XDECREF(fb->chunksize);
118 Py_XDECREF(fb->chunk);
119
120 PyMem_FREE(strm);
121
122 return 0;
123}
124
125
126NPY_NO_EXPORT stream *

Callers 1

stream_python_fileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected