Motr  M0
CallbackModule Class Reference
Inheritance diagram for CallbackModule:
Inheritance graph
Collaboration diagram for CallbackModule:
Collaboration graph

Public Member Functions

def pretty_print (self, data)
 
def runner_on_async_failed (self, host, res, jid)
 
def runner_on_async_ok (self, host, res, jid)
 
def runner_on_async_poll (self, host, res, jid, clock)
 
def runner_on_failed (self, host, res, ignore_errors=False)
 
def runner_on_ok (self, host, res)
 
def runner_on_unreachable (self, host, res)
 
def v2_runner_on_async_failed (self, result)
 
def v2_runner_on_async_ok (self, host, result)
 
def v2_runner_on_async_poll (self, result)
 
def v2_runner_on_failed (self, result, ignore_errors=False)
 
def v2_runner_on_ok (self, result)
 
def v2_runner_on_unreachable (self, result)
 

Static Public Attributes

string CALLBACK_NAME = 'pretty_print'
 
string CALLBACK_TYPE = 'notification'
 
float CALLBACK_VERSION = 2.0
 
bool CALLBACK_NEEDS_WHITELIST = False
 

Detailed Description

Definition at line 36 of file pretty_print.py.

Member Function Documentation

◆ pretty_print()

def pretty_print (   self,
  data 
)

Definition at line 48 of file pretty_print.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ runner_on_async_failed()

def runner_on_async_failed (   self,
  host,
  res,
  jid 
)

Definition at line 85 of file pretty_print.py.

Here is the call graph for this function:

◆ runner_on_async_ok()

def runner_on_async_ok (   self,
  host,
  res,
  jid 
)

Definition at line 88 of file pretty_print.py.

Here is the call graph for this function:

◆ runner_on_async_poll()

def runner_on_async_poll (   self,
  host,
  res,
  jid,
  clock 
)

Definition at line 91 of file pretty_print.py.

Here is the call graph for this function:

◆ runner_on_failed()

def runner_on_failed (   self,
  host,
  res,
  ignore_errors = False 
)

Definition at line 94 of file pretty_print.py.

Here is the call graph for this function:

◆ runner_on_ok()

def runner_on_ok (   self,
  host,
  res 
)

Definition at line 97 of file pretty_print.py.

Here is the call graph for this function:

◆ runner_on_unreachable()

def runner_on_unreachable (   self,
  host,
  res 
)

Definition at line 100 of file pretty_print.py.

Here is the call graph for this function:

◆ v2_runner_on_async_failed()

def v2_runner_on_async_failed (   self,
  result 
)

Definition at line 107 of file pretty_print.py.

Here is the call graph for this function:

◆ v2_runner_on_async_ok()

def v2_runner_on_async_ok (   self,
  host,
  result 
)

Definition at line 110 of file pretty_print.py.

Here is the call graph for this function:

◆ v2_runner_on_async_poll()

def v2_runner_on_async_poll (   self,
  result 
)

Definition at line 113 of file pretty_print.py.

Here is the call graph for this function:

◆ v2_runner_on_failed()

def v2_runner_on_failed (   self,
  result,
  ignore_errors = False 
)

Definition at line 116 of file pretty_print.py.

Here is the call graph for this function:

◆ v2_runner_on_ok()

def v2_runner_on_ok (   self,
  result 
)

Definition at line 119 of file pretty_print.py.

Here is the call graph for this function:

◆ v2_runner_on_unreachable()

def v2_runner_on_unreachable (   self,
  result 
)

Definition at line 122 of file pretty_print.py.

Here is the call graph for this function:

Field Documentation

◆ CALLBACK_NAME

string CALLBACK_NAME = 'pretty_print'
static

Definition at line 39 of file pretty_print.py.

◆ CALLBACK_NEEDS_WHITELIST

bool CALLBACK_NEEDS_WHITELIST = False
static

Definition at line 42 of file pretty_print.py.

◆ CALLBACK_TYPE

string CALLBACK_TYPE = 'notification'
static

Definition at line 40 of file pretty_print.py.

◆ CALLBACK_VERSION

float CALLBACK_VERSION = 2.0
static

Definition at line 41 of file pretty_print.py.


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