Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _get_name
Method
_get_name
Lib/xml/dom/minidom.py:389–390 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
387
return
self.specified
388
389
def
_get_name(self):
390
return
self._name
391
392
def
_set_name(self, value):
393
self._name = value
Callers
3
test_set_name
Method · 0.45
work
Method · 0.45
get_thread_name
Method · 0.45
Calls
no outgoing calls
Tested by
3
test_set_name
Method · 0.36
work
Method · 0.36
get_thread_name
Method · 0.36