(self, attrsD, name)
| 1062 | return name |
| 1063 | |
| 1064 | def _getAttribute(self, attrsD, name): |
| 1065 | return attrsD.get(self._mapToStandardPrefix(name)) |
| 1066 | |
| 1067 | def _isBase64(self, attrsD, contentparams): |
| 1068 | if attrsD.get('mode', '') == 'base64': |
no test coverage detected