MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / _error

Function _error

tools/python-3.11.9-amd64/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.85
c2pyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected