Searched refs:attrdict (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Lib/ |
D | xmllib.py | 532 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/ |
D | libpython.py | 429 def __init__(self, cl_name, attrdict, address): argument 431 self.attrdict = attrdict 435 if isinstance(self.attrdict, dict): 437 for arg, val in self.attrdict.iteritems()])
|
/external/python/cpython2/Doc/library/ |
D | logging.rst | 916 .. function:: makeLogRecord(attrdict) 919 defined by *attrdict*. This function is useful for taking a pickled
|