This module contains some python specific managers.
Bases: pyqode.core.managers.file.FileManager
Extends file manager to override detect_encoding. With python, we can detect encoding by reading the two first lines of a file and extracting its encoding tag.
For the implementation of encoding definitions in Python, look at: - http://www.python.org/dev/peps/pep-0263/
Note
code taken and adapted from `jedi.common.source_to_unicode.detect_encoding`
True to fold docstring on open
True to fold import statements on open.