botsense  3.2.0
RoadNarrows Client-Server Proxied Services Framework
BotSense.BotSenseTypes Namespace Reference

BotSense Types. More...

Classes

class  BsClient
 
class  BsClientAppInfo
 
class  BsProxyMsgHdr
 
class  BsVConnInfo
 
class  ByteBuf
 

Functions

def sizeof (bsObj)
 

Detailed Description

BotSense Types.

LastChangedDate
2012-12-11 14:28:19 -0700 (Tue, 11 Dec 2012)
Rev
2573
See also
PyDoc Generated Documentation
Author
Robin Knight (robin.nosp@m..kni.nosp@m.ght@r.nosp@m.oadn.nosp@m.arrow.nosp@m.s.co.nosp@m.m)

Function Documentation

def BotSense.BotSenseTypes.sizeof (   bsObj)
Size of BotSense object in bytes. Size is contextual by object type. 

Definition at line 63 of file BotSenseTypes.py.

Referenced by BotSense.BotSenseTypes.BsClient.Trans().

63 def sizeof(bsObj):
64  """ Size of BotSense object in bytes. Size is contextual by object type. """
65  return bsObj.__sizeof__()