(self, k, default="")
| 1323 | def __getitem__(self, k): |
| 1324 | return self.element.attrib[k] |
| 1325 | def get(self, k, default=""): |
| 1326 | return self.element.attrib.get(k, default) |
| 1327 | |
| 1328 | # The structure of linked anchor chunks and PNP attachments |
| 1329 | # is collected from _parse_token() calls. |