Let us walk on the 3-isogeny graph
|
Functions | |
get_filetype_from_line (l) | |
get_filetype_from_buffer (buf, max_lines=5) | |
Variables | |
modeline_re = re.compile(, re.VERBOSE) | |
pygments.modeline ~~~~~~~~~~~~~~~~~ A simple modeline parser (based on pymodeline). :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details.
get_filetype_from_buffer | ( | buf, | |
max_lines = 5 |
|||
) |
Scan the buffer for modelines and return filetype if one is found.
Definition at line 28 of file modeline.py.
References pip._vendor.pygments.modeline.get_filetype_from_line(), and i.
get_filetype_from_line | ( | l | ) |
Definition at line 22 of file modeline.py.
References i.
Referenced by pip._vendor.pygments.modeline.get_filetype_from_buffer().
modeline_re = re.compile(, re.VERBOSE) |
Definition at line 16 of file modeline.py.