titus.inspector.pfagadget.UserFcnsCommand

class titus.inspector.pfagadget.UserFcnsCommand(mode)[source]

Bases: titus.inspector.defs.Command

The ‘pfa userfcns’ command in pfainspector.

__init__(mode)
action(args)

Perform the action associated with this command.

Parameters:args (list of titus.inspector.parser.Ast) – arguments passed to the command
Return type:None
Returns:nothing; results must be printed to the screen
complete(established, active)

Handle tab-complete for this command’s arguments.

Parameters:
  • established (string) – part of the text that has been established
  • active (string) – part of the text to be completed
Return type:

list of strings

Returns:

potential completions