Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0x676e67/wreq-python
/ add_package_version
Function
add_package_version
benchmark/bench.py:47–48 ·
view source on GitHub ↗
(packages)
Source
from the content-addressed store, hash-verified
45
46
47
def
add_package_version(packages):
48
return
[(f
"{name} {version(name)}"
, cls)
for
name, cls in packages]
49
50
51
def
session_get_test(session_class, url, requests_number):
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected