MCPcopy Index your code
hub / github.com/Bitmessage/PyBitmessage / _translate

Function _translate

src/tr.py:16–17  ·  view source on GitHub ↗
(context, text, disambiguation = None, encoding = None, n = None)

Source from the content-addressed store, hash-verified

14 return self.text
15
16def _translate(context, text, disambiguation = None, encoding = None, n = None):
17 return translateText(context, text, n)
18
19def translateText(context, text, n = None):
20 try:

Callers 15

__init__Method · 0.90
__init__Method · 0.90
acceptMethod · 0.90
rejectMethod · 0.90
init_inbox_popup_menuMethod · 0.90
init_chan_popup_menuMethod · 0.90
init_sent_popup_menuMethod · 0.90
__init__Method · 0.90

Calls 1

translateTextFunction · 0.85

Tested by

no test coverage detected