Module implementing a typing completer for Python.
CompleterPython | Class implementing typing completer for Python. |
None |
Class implementing typing completer for Python.
CompleterPython | Constructor |
__dedentToIf | Private method to dedent the last line to the last if statement with less indentation. |
__isClassMethod | Private method to check, if the user is defining a class method. |
charAdded | Public slot called to handle the user entering a character. |
readSettings | Public slot called to reread the configuration parameters. |
Constructor
Private method to dedent the last line to the last if statement with less indentation.
Private method to check, if the user is defining a class method.
Public slot called to handle the user entering a character.
Public slot called to reread the configuration parameters.