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

Function _error

Lib/gettext.py:99–103  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

97
98
99def _error(value):
100 if value:
101 return ValueError('unexpected token in plural form: %s' % value)
102 else:
103 return ValueError('unexpected end of plural form')
104
105
106_binary_ops = (

Callers 2

_parseFunction · 0.70
c2pyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…