File: python.pxd

package info (click to toggle)
python-httptools 0.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 252 kB
  • sloc: python: 560; makefile: 23
file content (6 lines) | stat: -rw-r--r-- 138 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
cimport cpython


cdef extern from "Python.h":
    cpython.Py_buffer* PyMemoryView_GET_BUFFER(object)
    bint PyMemoryView_Check(object)