Skip to content

Question #1

Answered by mpheath
Blank-c asked this question in Q&A
Discussion options

You must be logged in to vote

In reference to python3.xml which contains the autocomplete strings, this file has the autocompletion strings at the time of execution of the script. python3.xml is a static file and there is no auto update for the file python3.xml. It might be possible to schedule a periodic update using Cron or Window Task Schedular though that is not a builtin option for the script and would require some external setup by the user.

Modules installed by pip are typically located in site-packages. If you have set settings['import_site'] = 1 in the script, then the modules in site-packages will be processed by pydoc within the script, which will get the autocomplete strings and be written to python3.xml.

If

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Blank-c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants