Get the character stream for this input source.
(self)
| 268 | self.__charfile = charfile |
| 269 | |
| 270 | def getCharacterStream(self): |
| 271 | "Get the character stream for this input source." |
| 272 | return self.__charfile |
| 273 | |
| 274 | # ===== ATTRIBUTESIMPL ===== |
| 275 |
no outgoing calls