1.1.5.6. rpc_terminal

This module provides the RPC Terminal window used by the client application to give the user raw access to the RPC interface.

1.1.5.6.1. Data

has_vte = True[source]

bool(x) -> bool

Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.

1.1.5.6.2. Classes

class RPCTerminal(application)[source]

Bases: object

A terminal using VTE that allows raw RPC methods to be called from within the King Phisher client. This is primarily useful for unofficial and advanced features or debugging and development.

__init__(application)[source]
Parameters

application (KingPhisherClientApplication) – The application instance to which this window belongs.