You are viewing an older version (9.11.0). Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython 9.11.0 / 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