MCPcopy 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
3class P(object):
4 def __init__(self, pkg, requires):

Callers

nothing calls this directly

Calls 7

printFunction · 0.85
rangeFunction · 0.85
RequireMethod · 0.80
PClass · 0.70
appendMethod · 0.45
insertMethod · 0.45
popMethod · 0.45

Tested by

no test coverage detected