This is a development version (latest) and may be unstable. Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython latest / IPython / utils / openpy

module

IPython.utils.openpy

source: /IPython/utils/openpy.py :0

Members

Summary

Tools to open .py files as Unicode, using the encoding specified within the file, as per PEP 263.

Extended Summary

Much of the code is taken from the tokenize module in Python 3.2.

Additional content

Tools to open .py files as Unicode, using the encoding specified within the file, as per PEP 263.

Much of the code is taken from the tokenize module in Python 3.2.

Aliases

  • IPython.utils.openpy