This file is indexed.

/usr/share/matplotlib/sample_data/embedding_in_wx3.xrc is in python-matplotlib-data 1.5.1-1ubuntu1.

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
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<?xml version="1.0" ?>
<resource>
  <object class="wxFrame" name="MainFrame">
    <title>embedding_in_wx3</title>
    <object class="wxPanel" name="MainPanel">
      <object class="wxBoxSizer">
        <orient>wxVERTICAL</orient>
        <object class="sizeritem">
          <object class="wxStaticText">
            <label>Check out this whizz-bang stuff!</label>
            <style>wxALIGN_CENTRE</style>
          </object>
          <option>0</option>
          <flag>wxALL|wxEXPAND</flag>
          <border>5</border>
        </object>
        <object class="sizeritem">
          <object class="wxBoxSizer">
            <orient>wxHORIZONTAL</orient>
            <object class="sizeritem">
              <object class="wxButton" name="whiz_button">
                <label>whiz</label>
              </object>
              <option>0</option>
              <flag>wxALL|wxEXPAND</flag>
              <border>2</border>
            </object>
            <object class="sizeritem">
              <object class="wxButton" name="bang_button">
                <label>bang</label>
              </object>
              <option>0</option>
              <flag>wxALL|wxEXPAND</flag>
              <border>2</border>
            </object>
            <object class="sizeritem">
              <object class="wxStaticText" name="">
                <label>bang count:</label>
                <style>wxALIGN_RIGHT</style>
              </object>
              <option>1</option>
              <flag>wxALL|wxEXPAND</flag>
              <border>2</border>
            </object>
            <object class="sizeritem">
              <object class="wxTextCtrl" name="bang_count">
                <value>0</value>
              </object>
              <option>0</option>
              <flag>wxEXPAND</flag>
            </object>
          </object>
          <option>0</option>
          <flag>wxLEFT|wxRIGHT|wxEXPAND</flag>
          <border>5</border>
        </object>
        <object class="sizeritem">
          <object class="wxPanel" name="plot_container_panel"/>
          <option>1</option>
          <flag>wxEXPAND</flag>
        </object>
      </object>
    </object>
  </object>
</resource>