This file is indexed.

/usr/share/pyshared/invest/help.py is in gnome-applets-data 3.4.1-0ubuntu1.

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
8
# -*- coding: utf-8 -*-
from gi.repository import Gtk, Gdk

def show_help():
	Gtk.show_uri(None, "ghelp:invest-applet", Gdk.CURRENT_TIME)

def show_help_section(id):
	Gtk.show_uri(None, "ghelp:invest-applet?%s" % id, Gdk.CURRENT_TIME)