titus.inspector.defs.pathcomplete

titus.inspector.defs.pathcomplete(established, active)[source]

Tab completion routine for filesystem paths.

Parameters:
  • established (string) – text that has been established and is not subject to completion (everything up to the last /)
  • active (string) – text to be completed (anything after the last /)
Return type:

list of strings

Returns:

list of possible completions