File: names.pxd

package info (click to toggle)
python-gssapi 1.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 876 kB
  • sloc: python: 3,707; sh: 198; makefile: 154; ansic: 60
file content (5 lines) | stat: -rw-r--r-- 126 bytes parent folder | download | duplicates (6)
1
2
3
4
5
from gssapi.raw.cython_types cimport gss_name_t

cdef class Name:
    cdef gss_name_t raw_name
    cdef bint _free_on_dealloc