MCPcopy Create free account
hub / github.com/ActiveState/code / Request

Method Request

recipes/Python/413268_Dependency/recipe-413268.py:76–81  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

74 self.result = self.Request()
75 return self.result
76 def Request(self):
77 obj = features[self.feature]
78 assert self.assertion(obj), \
79 "The value %r of %r does not match the specified criteria" \
80 % (obj, self.feature)
81 return obj
82
83class Component(object):
84 "Symbolic base class for components"

Callers 15

__getattr__Method · 0.95
confirm_paypalFunction · 0.45
__init__Method · 0.45
get_fileMethod · 0.45
get_faviconFunction · 0.45
LinuxDistrosFunction · 0.45
DistroRankFunction · 0.45
recipe-456195.pyFile · 0.45
recipe-579126.pyFile · 0.45
downloadImagesFunction · 0.45
recipe-578674.pyFile · 0.45
deleteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected