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

Method getCharacterStream

Lib/xml/sax/xmlreader.py:270–272  ·  view source on GitHub ↗

Get the character stream for this input source.

(self)

Source from the content-addressed store, hash-verified

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

Callers 10

prepare_input_sourceFunction · 0.95
test_character_streamMethod · 0.80
test_byte_streamMethod · 0.80
test_system_idMethod · 0.80
test_stringMethod · 0.80
test_path_objectsMethod · 0.80
test_binary_fileMethod · 0.80
test_text_fileMethod · 0.80
parseMethod · 0.80
_close_sourceMethod · 0.80

Calls

no outgoing calls

Tested by 7

test_character_streamMethod · 0.64
test_byte_streamMethod · 0.64
test_system_idMethod · 0.64
test_stringMethod · 0.64
test_path_objectsMethod · 0.64
test_binary_fileMethod · 0.64
test_text_fileMethod · 0.64