This file is indexed.

/usr/lib/python2.7/dist-packages/stringtemplate3/language/__init__.py is in python-stringtemplate3 3.1-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
 8
 9
10
11
12
13
14
15
16
from stringtemplate3.language.ASTExpr import *
from stringtemplate3.language.ActionEvaluator import *
from stringtemplate3.language.ActionLexer import *
from stringtemplate3.language.ActionParser import *
from stringtemplate3.language.AngleBracketTemplateLexer import *
from stringtemplate3.language.ChunkToken import *
from stringtemplate3.language.ConditionalExpr import *
from stringtemplate3.language.DefaultTemplateLexer import *
from stringtemplate3.language.Expr import *
from stringtemplate3.language.FormalArgument import *
from stringtemplate3.language.GroupLexer import *
from stringtemplate3.language.GroupParser import *
from stringtemplate3.language.NewlineRef import *
from stringtemplate3.language.StringRef import *
from stringtemplate3.language.StringTemplateAST import *
from stringtemplate3.language.TemplateParser import *