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

Method __str__

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

Source from the content-addressed store, hash-verified

86 return GitPullRequest.storm_jira_number.search(self.title()).group(0).upper()
87
88 def __str__(self):
89 return self.html_url()
90
91 def __repr__(self):
92 return self.html_url()

Callers

nothing calls this directly

Calls 1

html_urlMethod · 0.95

Tested by

no test coverage detected