Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMS/OpenMS
/ getMaintainer
Method
getMaintainer
tools/PythonExtensionChecker.py:830–833 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
828
self.maintainer = maintainer
829
830
def
getMaintainer(self):
831
if
self.maintainer is None:
832
return
"Nobody"
833
return
self.maintainer
834
835
class
TestResultHandler:
836
""
" A Container
for
all test results.
Callers
1
to_cdash_xml
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected