Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
99
def
_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
_parse
Function · 0.70
c2py
Function · 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…