
I use Python addon as an python expression evaluator.
Imports a functions that I predefined into the syntax editor header to provide the function to the user.
Auto-complete includes the following items:
- Function that I predefined
- Many others(built-in keywords, constants, functions)
I want to exclude "many others". How can I exclude them?