Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytest-dev/pytest
/ Distribution
Class
Distribution
testing/test_config.py:980–984 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
978
raise
ImportError(
"Don't hide me!"
)
979
980
class
Distribution:
981
version =
"1.0"
982
files = (
"foo.txt"
,)
983
metadata = {
"name"
:
"foo"
}
984
entry_points = (DummyEntryPoint(),)
985
986
def
distributions():
987
return
(Distribution(),)
Callers
1
distributions
Function · 0.85
Calls
1
DummyEntryPoint
Class · 0.70
Tested by
1
distributions
Function · 0.68