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

Method html_url

dev-tools/github/__init__.py:42–43  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

40 self.parent = parent
41
42 def html_url(self):
43 return self.data["html_url"]
44
45 def title(self):
46 return self.data["title"]

Callers 3

__str__Method · 0.95
__repr__Method · 0.95
_row_tupleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected