MCPcopy 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_nameMethod · 0.45
workMethod · 0.45
get_thread_nameMethod · 0.45

Calls

no outgoing calls

Tested by 3

test_set_nameMethod · 0.36
workMethod · 0.36
get_thread_nameMethod · 0.36