MCPcopy Index your code
hub / github.com/RustPython/RustPython / get_unicode

Method get_unicode

Lib/_pyrepl/reader.py:814–816  ·  view source on GitHub ↗

Return the current buffer as a unicode string.

(self)

Source from the content-addressed store, hash-verified

812 )
813
814 def get_unicode(self) -> str:
815 """Return the current buffer as a unicode string."""
816 return "".join(self.buffer)

Callers 10

readlineMethod · 0.95
doMethod · 0.80
get_line_bufferMethod · 0.80
doMethod · 0.80
select_itemMethod · 0.80
get_itemMethod · 0.80
search_nextMethod · 0.80
isearch_nextMethod · 0.80
finishMethod · 0.80

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected