File: python.pyi

package info (click to toggle)
python-jswebkit 0.0.3-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 472 kB
  • ctags: 718
  • sloc: python: 69; makefile: 3
file content (6 lines) | stat: -rw-r--r-- 283 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
cdef extern from "Python.h":
    ctypedef unsigned short Py_UNICODE
    char* PyCObject_GetDesc(object self)
    void* PyCObject_AsVoidPtr(object self)
    char* PyString_AsString(object o)
    object PyUnicode_DecodeUTF16(Py_UNICODE *u, Py_ssize_t size, char *errors, int byteorder)