Commit 7a3ae02
authored
Fix errors in spyder.api docstrings & add __all__ to show exports (spyder-ide#13)
1 parent 589e598 commit 7a3ae02
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
| 168 | + | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| |||
- .github/workflows/test-mac.yml+1-1
- Announcements.md+15-100
- changelogs/Spyder-6.md+95-1
- scripts/org.spyder_ide.spyder.appdata.xml+1
- spyder/__init__.py+1-1
- spyder/api/__init__.py+3
- spyder/api/config/mixins.py+2-2
- spyder/api/editor.py+3
- spyder/api/plugin_registration/mixins.py+1-1
- spyder/api/plugins/__init__.py+9
- spyder/api/plugins/new_api.py+11-8
- spyder/api/shellconnect/mixins.py+1
- spyder/api/translations.py+3
- spyder/api/utils.py+12-9
- spyder/api/widgets/main_container.py+12-9
- spyder/api/widgets/main_widget.py+12-9
- spyder/locale/es/LC_MESSAGES/spyder.mo
- spyder/locale/es/LC_MESSAGES/spyder.po+7-7
- spyder/locale/zh_CN/LC_MESSAGES/spyder.mo
- spyder/locale/zh_CN/LC_MESSAGES/spyder.po+12-8
- spyder/plugins/editor/api/editorextension.py+2-4
0 commit comments