MCPcopy Create free account
hub / github.com/internetarchive/openlibrary / __init__

Method __init__

openlibrary/plugins/admin/graphs.py:56–57  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

54 """One series in the GraphiteGraph."""
55
56 def __init__(self, name):
57 self.name = name
58
59 def apply(self, funcname, *args):
60 """Applies a function to this series.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected