Home
last modified time | relevance | path

Searched refs:attrdict (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/
Dxmllib.py532 attrdict, namespace, k = self.parse_attributes(name, k, j)
535 for attrname in attrdict.keys():
538 if not 'ns' in attrdict or not 'prefix' in attrdict:
540 prefix = attrdict.get('prefix')
546 self.__namespaces[prefix] = attrdict['ns']
556 attrdict = {}
584 if attrname in attrdict:
587 attrdict[attrname] = self.translate_references(attrvalue)
588 return attrdict, namespace, i
610 attrdict, nsdict, k = self.parse_attributes(tagname, k, j)
[all …]
/external/python/cpython2/Tools/gdb/
Dlibpython.py433 def __init__(self, cl_name, attrdict, address): argument
435 self.attrdict = attrdict
439 if isinstance(self.attrdict, dict):
441 for arg, val in self.attrdict.iteritems()])
/external/python/cpython3/Tools/gdb/
Dlibpython.py461 def __init__(self, cl_name, attrdict, address): argument
463 self.attrdict = attrdict
467 if isinstance(self.attrdict, dict):
469 for arg, val in self.attrdict.iteritems()])
/external/python/cpython2/Doc/library/
Dlogging.rst916 .. function:: makeLogRecord(attrdict)
919 defined by *attrdict*. This function is useful for taking a pickled
/external/python/cpython3/Doc/library/
Dlogging.rst1099 .. function:: makeLogRecord(attrdict)
1102 defined by *attrdict*. This function is useful for taking a pickled