Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ recipe-580642.py
File
recipe-580642.py
recipes/Python/580642_Dependency_resolution/recipe-580642.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#!/usr/bin/env python
2
3
class
P(object):
4
def
__init__(self, pkg, requires):
Callers
nothing calls this directly
Calls
7
print
Function · 0.85
range
Function · 0.85
Require
Method · 0.80
P
Class · 0.70
append
Method · 0.45
insert
Method · 0.45
pop
Method · 0.45
Tested by
no test coverage detected