(self, data, parent)
| 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"] |
nothing calls this directly
no outgoing calls
no test coverage detected