bundles / IPython 9.5.0 / IPython / utils / openpy / read_py_file
function
IPython.utils.openpy:read_py_file
source: /IPython/utils/openpy.py :60
Signature
def read_py_file ( filename , skip_encoding_cookie = True ) Summary
Read a Python file, using the encoding declared inside the file.
Parameters
filename: strThe path to the file to read.
skip_encoding_cookie: boolIf True (the default), and the encoding declaration is found in the first two lines, that line will be excluded from the output.
Returns
: A unicode string containing the contents of the file.
Aliases
-
IPython.utils.openpy.read_py_file