Get the character encoding of this InputSource.
(self)
| 234 | self.__encoding = encoding |
| 235 | |
| 236 | def getEncoding(self): |
| 237 | "Get the character encoding of this InputSource." |
| 238 | return self.__encoding |
| 239 | |
| 240 | def setByteStream(self, bytefile): |
| 241 | """Set the byte stream (a Python file-like object which does |