MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-498271.py

File recipe-498271.py

recipes/Python/498271_chaexecutifunctions_using/recipe-498271.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#!/usr/bin/env python
2class chainfunc(list):
3 def __init__(self):
4 self.res = []

Callers

nothing calls this directly

Calls 5

chainfuncClass · 0.85
cfFunction · 0.85
rangeFunction · 0.85
appendMethod · 0.45
nextMethod · 0.45

Tested by

no test coverage detected