MCPcopy
hub / github.com/automeris-io/WebPlotDigitizer / gettext

Method gettext

app/renderHTML.py:18–19  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

16 self.language.install()
17
18 def gettext(self, x):
19 return self.language.gettext(x)
20
21 def ugettext(self, x):
22 return self.language.gettext(x)

Callers 15

ugettextMethod · 0.80
main.jsFile · 0.80
alignMethod · 0.80
initiatePlotAlignmentFunction · 0.80
alignFunction · 0.80
deleteCalibrationFunction · 0.80
deleteAxesFunction · 0.80
deleteAssociatedDatasetsFunction · 0.80
renameAxesFunction · 0.80
makeAxesNameFunction · 0.80
showAddDatasetFunction · 0.80
renameDatasetFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected