Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ G
Class
G
Lib/test/test_builtin.py:2167–2168 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2165
self.assertEqual(list(zip(*[])), [])
2166
self.assertRaises(TypeError, zip, None)
2167
class
G:
2168
pass
2169
self.assertRaises(TypeError, zip, a, G())
2170
self.assertRaises(RuntimeError, zip, a, TestFailingIter())
2171
Callers
1
test_zip
Method · 0.70
Calls
no outgoing calls
Tested by
1
test_zip
Method · 0.56