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

Method get_unicode

Lib/_pyrepl/reader.py:777–779  ·  view source on GitHub ↗

Return the current buffer as a unicode string.

(self)

Source from the content-addressed store, hash-verified

775 )
776
777 def get_unicode(self) -> str:
778 """Return the current buffer as a unicode string."""
779 return "".join(self.buffer)

Callers 11

calc_screenMethod · 0.95
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