MCPcopy Create free account
hub / github.com/PageBot/PageBot / getFootnotes

Method getFootnotes

Lib/pagebot/base/typesetter.py:460–468  ·  view source on GitHub ↗

Answers the footnotes dictionary from the e.lib (derived from the root document)

(self, e)

Source from the content-addressed store, hash-verified

458 return self.tagHistory
459
460 def getFootnotes(self, e):
461 """Answers the footnotes dictionary from the e.lib (derived from the root document)"""
462 if self.doc is not None:
463 lib = self.doc.lib
464 if lib is not None:
465 if not 'footnotes' in lib:
466 lib['footnotes'] = {}
467 return lib['footnotes']
468 return None
469
470 def getLiteratureRefs(self, e):
471 """Answers the literature reference dictionary from the e.lib (derived

Callers 2

node_supMethod · 0.95
node_divMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected