Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMS/OpenMS
/ getMaintainer
Method
getMaintainer
tools/PythonExtensionChecker.py:289–293 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
287
self.fname = fname
288
289
def
getMaintainer(self):
290
try
:
291
return
self._getMaintainer()
292
except
IOError:
293
return
None
294
295
def
_getMaintainer(self):
296
""
"
Callers
1
checkPythonPxdHeader
Function · 0.95
Calls
1
_getMaintainer
Method · 0.95
Tested by
no test coverage detected