This file is indexed.

/usr/bin/irunner is in ipython 1.2.1-2.

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

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
9
#! /usr/bin/python

"""Thin wrapper around the IPython irunner module.

Run with --help for details, or see the irunner source."""

from IPython.lib import irunner

irunner.main()