Home
last modified time | relevance | path

Searched refs:pyswigpacked_type (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/crypto/external/bsd/netpgp/dist/bindings/python/
H A Dnetpgppython_wrap.c1768 static PyTypeObject pyswigpacked_type; in _PySwigPacked_type() local
1828 pyswigpacked_type = tmp; in _PySwigPacked_type()
1829 pyswigpacked_type.ob_type = &PyType_Type; in _PySwigPacked_type()
1832 return &pyswigpacked_type; in _PySwigPacked_type()