bundles / IPython 9.3.0 / IPython / utils / encoding / get_stream_enc
function
IPython.utils.encoding:get_stream_enc
source: /IPython/utils/encoding.py :22
Signature
def get_stream_enc ( stream , default = None ) Summary
Return the given stream's encoding or a default.
Extended Summary
There are cases where sys.std* might not actually be a stream, so check for the encoding attribute prior to returning it, and return a default if it doesn't exist or evaluates as False. default is None if not provided.
Aliases
-
IPython.core.splitinput.get_stream_enc