Module method_call :: Class AxApiContext
[hide private]
[frames] | no frames]

Class AxApiContext

source code

   object --+    
            |    
base.AxObject --+
                |
               AxApiContext

Instance Methods [hide private]
 
__init__(self, device_ip, username, password)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
authentication(self) source code
 
switchContext(self) source code

Inherited from base.AxObject: __getattr__, __getitem__, __repr__, __setattr__, __setitem__, __str__, dump, get, getInfo, getObjectDict, getRequestPostDataJson, getRequestPostDataXml

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __sizeof__, __subclasshook__

Class Variables [hide private]
  __display__ = ['session_id', 'is_login', 'device_ip', 'username']

Inherited from base.AxObject: __obj_name__, __obj_readonly__, __xml_convrt__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, device_ip, username, password)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)