MCPcopy Create free account
hub / github.com/apache/storm / __init__

Method __init__

dev-tools/github/__init__.py:38–40  ·  view source on GitHub ↗
(self, data, parent)

Source from the content-addressed store, hash-verified

36 storm_jira_number = re.compile("STORM-[0-9]+", re.I)
37
38 def __init__(self, data, parent):
39 self.data = data
40 self.parent = parent
41
42 def html_url(self):
43 return self.data["html_url"]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected