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, schema=None)
 
def __repr__ (self)
 
def __str__ (self)
 
def get_data (self)
 
def set_data (self, data)
 

Public Attributes

 json
 

Properties

 data = property(get_data, set_data)
 

Detailed Description

Definition at line 40 of file json_transport.py.

Constructor & Destructor Documentation

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

Definition at line 42 of file json_transport.py.

Member Function Documentation

def json_transport.json_transport.PackedJson.__repr__ (   self)

Definition at line 58 of file json_transport.py.

def json_transport.json_transport.PackedJson.__str__ (   self)

Definition at line 55 of file json_transport.py.

def json_transport.json_transport.PackedJson.get_data (   self)

Definition at line 50 of file json_transport.py.

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

Definition at line 47 of file json_transport.py.

Member Data Documentation

json_transport.json_transport.PackedJson.json

Definition at line 48 of file json_transport.py.

Property Documentation

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

Definition at line 53 of file json_transport.py.


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


json_transport
Author(s): Paul Bovbel
autogenerated on Wed Jan 27 2021 03:58:48