MCPcopy Index your code
hub / github.com/python/cpython / getEncoding

Method getEncoding

Lib/xml/sax/xmlreader.py:236–238  ·  view source on GitHub ↗

Get the character encoding of this InputSource.

(self)

Source from the content-addressed store, hash-verified

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

Callers 1

resetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected