This file is indexed.

/usr/share/nigiri/helper/dcc.py is in nigiri 1.4.0+dfsg-1.

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
# status constants
(s_new,
 s_incoming,
 s_resumable,
 s_resumed,
 s_running,
 s_error) = [1 << n for n in range(6)]