Public Member Functions | Public Attributes | Properties | List of all members
json_transport.json_transport.PackedJson Class Reference
Inheritance diagram for json_transport.json_transport.PackedJson:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self, data=None)
 
def __repr__ (self)
 
def __str__ (self)
 
def get_data (self)
 
def set_data (self, data)
 

Public Attributes

 bytes
 

Properties

 data = property(get_data, set_data)
 

Detailed Description

Definition at line 39 of file json_transport.py.

Constructor & Destructor Documentation

def json_transport.json_transport.PackedJson.__init__ (   self,
  data = None 
)

Definition at line 41 of file json_transport.py.

Member Function Documentation

def json_transport.json_transport.PackedJson.__repr__ (   self)

Definition at line 55 of file json_transport.py.

def json_transport.json_transport.PackedJson.__str__ (   self)

Definition at line 52 of file json_transport.py.

def json_transport.json_transport.PackedJson.get_data (   self)

Definition at line 47 of file json_transport.py.

def json_transport.json_transport.PackedJson.set_data (   self,
  data 
)

Definition at line 44 of file json_transport.py.

Member Data Documentation

json_transport.json_transport.PackedJson.bytes

Definition at line 45 of file json_transport.py.

Property Documentation

json_transport.json_transport.PackedJson.data = property(get_data, set_data)
static

Definition at line 50 of file json_transport.py.


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


json_transport
Author(s): Paul Bovbel
autogenerated on Thu Jun 13 2019 19:12:24