File: creds.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 (6 lines) | stat: -rw-r--r-- 135 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
from gssapi.raw.cython_types cimport gss_cred_id_t


cdef class Creds:
    cdef gss_cred_id_t raw_creds
    cdef bint _free_on_dealloc