This file is indexed.

/usr/include/swiginac.h is in python-swiginac 1.5.1.1-1build2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
ex * type2ex(PyObject * input);
numeric * type2numeric(PyObject * input);
PyObject * ex2type(const ex* input);
bool checktype2ex(PyObject * input);
lst* list2lst(PyObject *input);
PyObject *lst2list(const lst *input);
PyObject *exvector2list(exvector *input);