seq  4.0.0-pre3
Public Member Functions | Public Attributes | Properties | List of all members
otto.otto_client.OttoClient Class Reference

Public Member Functions

def __init__ (self, **kw)
 
def fetch_next_ob (self)
 
def fetch_ob_byid (self, obid)
 
def config (self, **kw)
 
def post (self, ob_id, timestamp, status)
 
def parse_content (self, content)
 

Public Attributes

 otto_server
 
 otto_cfg
 

Properties

 url = property
 Node's result. More...
 

Constructor & Destructor Documentation

◆ __init__()

def otto.otto_client.OttoClient.__init__ (   self,
**  kw 
)

Member Function Documentation

◆ config()

def otto.otto_client.OttoClient.config (   self,
**  kw 
)

◆ fetch_next_ob()

def otto.otto_client.OttoClient.fetch_next_ob (   self)

◆ fetch_ob_byid()

def otto.otto_client.OttoClient.fetch_ob_byid (   self,
  obid 
)

◆ parse_content()

def otto.otto_client.OttoClient.parse_content (   self,
  content 
)

◆ post()

def otto.otto_client.OttoClient.post (   self,
  ob_id,
  timestamp,
  status 
)

Member Data Documentation

◆ otto_cfg

otto.otto_client.OttoClient.otto_cfg

◆ otto_server

otto.otto_client.OttoClient.otto_server

Property Documentation

◆ url

otto.otto_client.OttoClient.url = property
static

Node's result.

It has a different form depending on node type.


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