botsense  3.2.0
RoadNarrows Client-Server Proxied Services Framework
BotSense.bsNullMsgs.BsNullNetMsgs Class Reference
Inheritance diagram for BotSense.bsNullMsgs.BsNullNetMsgs:

Public Member Functions

def __init__ (self, kwargs)
 

Detailed Description

BsNull NetMsgs Class. 

Definition at line 93 of file bsNullMsgs.py.

Constructor & Destructor Documentation

def BotSense.bsNullMsgs.BsNullNetMsgs.__init__ (   self,
  kwargs 
)
BsNull NetMsgs initialization. 

Definition at line 97 of file bsNullMsgs.py.

97  def __init__(self, **kwargs):
98  """ BsNull NetMsgs initialization. """
99  kwargs['msgsetname'] = 'BsNullMsgSet'
100  NetMsgsITV.__init__(self, BsNullSetMsgDef, **kwargs)

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