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

Method alias

openlibrary/plugins/admin/graphs.py:67–69  ·  view source on GitHub ↗

Shorthand for calling s.apply("alias", name)

(self, name)

Source from the content-addressed store, hash-verified

65 return self
66
67 def alias(self, name):
68 """Shorthand for calling s.apply("alias", name)"""
69 return self.apply("alias", name)
70
71 def __repr__(self):
72 return "<series: %r>" % self.name

Callers

nothing calls this directly

Calls 1

applyMethod · 0.95

Tested by

no test coverage detected