Textadept
- Home |
- Download |
- Lua API |
- Source |
- Language Modules |
- Stats |
- Wiki |
- Mailing List
_M.python
The python module. It provides utilities for editing Python code.
Key Bindings
Ctrl+L, M
(⌘L, M
on Mac OSX |M-L, M
in curses) Open this module for editing..
When to the right of a known symbol, show an autocompletion list of fields and functions.Shift+Enter
(⇧↩
|S-Enter
) Add ‘:’ to the end of the current line and insert a newline.
Fields
sense
The Python Adeptsense.
It loads user tags from _USERHOME
/modules/python/tags and user apidocs
from _USERHOME
/modules/python/api.
Tables
_G.keys.python
Container for Python-specific key bindings.
_G.snippets.python
Container for Python-specific snippets.