Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/storm
/ open_pulls
Method
open_pulls
dev-tools/github/__init__.py:122–123 ·
view source on GitHub ↗
(self, user, repo)
Source
from the content-addressed store, hash-verified
120
page = page + 1
121
122
def
open_pulls(self, user, repo):
123
return
self.pulls(user, repo,
"open"
)
124
125
def
pull(self, user, repo, number):
126
url = f
"https://api.github.com/repos/{user}/{repo}/pulls/{number}"
Callers
1
build
Method · 0.80
Calls
1
pulls
Method · 0.95
Tested by
no test coverage detected