cc1  v2.1
CC1 source code docs
 All Classes Namespaces Files Functions Variables Pages
src.wi_tests_manage.Commands Class Reference

Manager that stores implementation of commands as Python functions. More...

Public Member Functions

def get_command
def set_command

Static Public Attributes

dictionary COMMANDS = {}

Detailed Description

Manager that stores implementation of commands as Python functions.

Definition at line 51 of file wi_tests_manage.py.

Member Function Documentation

def src.wi_tests_manage.Commands.get_command (   self,
  cmds 
)

Definition at line 56 of file wi_tests_manage.py.

def src.wi_tests_manage.Commands.set_command (   self,
  func,
  cmds 
)

Definition at line 63 of file wi_tests_manage.py.

Member Data Documentation

dictionary src.wi_tests_manage.Commands.COMMANDS = {}
static

Definition at line 53 of file wi_tests_manage.py.


The documentation for this class was generated from the following file: