Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ some
Method
some
Lib/test/test_typing.py:243–243 ·
view source on GitHub ↗
(arg: Never)
Source
from the content-addressed store, hash-verified
241
242
def
test_get_type_hints(self):
243
def
some(arg: Never) -> Never: ...
244
def
some_str(arg:
'Never'
) ->
'typing.Never'
: ...
245
246
expected = {
'arg'
: Never,
'return'
: Never}
Callers
2
toggleAllBytecode
Function · 0.45
d3.min.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected