# textadept-python **Repository Path**: mirrors_orbitalquark/textadept-python ## Basic Information - **Project Name**: textadept-python - **Description**: Python language module for Textadept. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: default - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-14 - **Last Updated**: 2026-01-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Python The python module for Textadept. It provides utilities for editing Python code. **WARNING:** this module is deprecated. It will no longer work in Textadept 12.0. ## Key Bindings + `Shift+Enter` (`⇧↩` | `S-Enter`) Add ':' to the end of the current line and insert a newline. ## Tables defined by `_M.python` ### `_M.python.expr_types` Map of expression patterns to their types. Expressions are expected to match after the '=' sign of a statement. ### `_M.python.tags` List of ctags files to use for autocompletion. ---