MCPcopy Index your code
hub / github.com/python/cpython / getUserData

Method getUserData

Lib/xml/dom/minidom.py:231–235  ·  view source on GitHub ↗
(self, key)

Source from the content-addressed store, hash-verified

229 # exists.
230
231 def getUserData(self, key):
232 try:
233 return self._user_data[key][0]
234 except (AttributeError, KeyError):
235 return None
236
237 def setUserData(self, key, data, handler):
238 old = None

Callers 1

testUserDataMethod · 0.80

Calls

no outgoing calls

Tested by 1

testUserDataMethod · 0.64