File: _contact.pxd

package info (click to toggle)
python-cogent 1.4.1-1.2
  • links: PTS, VCS
  • area: non-free
  • in suites: squeeze
  • size: 13,260 kB
  • ctags: 20,087
  • sloc: python: 116,163; ansic: 732; makefile: 74; sh: 9
file content (4 lines) | stat: -rw-r--r-- 115 bytes parent folder | download | duplicates (5)
1
2
3
4
cimport numpy as np
ctypedef np.npy_float64 DTYPE_t
ctypedef np.npy_int64   LTYPE_t
ctypedef np.npy_uint64  UTYPE_t