MCPcopy Index your code
hub / github.com/python/cpython / _key_for

Method _key_for

Tools/i18n/pygettext.py:612–615  ·  view source on GitHub ↗
(msgid, msgctxt=None)

Source from the content-addressed store, hash-verified

610
611 @staticmethod
612 def _key_for(msgid, msgctxt=None):
613 if msgctxt is not None:
614 return (msgctxt, msgid)
615 return msgid
616
617 def _get_func_name(self, node):
618 match node.func:

Callers 1

_add_messageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected