MCPcopy
hub / github.com/pyinstaller/pyinstaller / bibtopic

Method bibtopic

bootloader/waflib/Tools/tex.py:195–198  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

193 self.check_status('error when calling makeindex %s' % idx_path, self.makeindex_fun())
194
195 def bibtopic(self):
196 p = self.inputs[0].parent.get_bld()
197 if os.path.exists(os.path.join(p.abspath(), 'btaux.aux')):
198 self.aux_nodes += p.ant_glob('*[0-9].aux')
199
200 def makeglossaries(self):
201 src_file = self.inputs[0].abspath()

Callers 1

runMethod · 0.95

Calls 4

get_bldMethod · 0.80
existsMethod · 0.80
abspathMethod · 0.80
ant_globMethod · 0.80

Tested by

no test coverage detected