Code
Hub
Trending
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ GetName
Method
GetName
test/testpy/__init__.py:66–67 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
64
return
"%s %s"
% (self.mode, self.GetName())
65
66
def
GetName(self):
67
return
self.path[-1]
68
69
def
GetRunConfiguration(self):
70
result = [self.config.context.GetVm(self.arch, self.mode)]
Callers
1
GetLabel
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected