Acspy.Util.Visualizer
index
/alma/ACS-2016.6/ACSSW/lib/python/site-packages/Acspy/Util/Visualizer.py

Provides functions used to visually represent CORBA-based objects.

 
Modules
       
omniORB
types

 
Functions
       
getTextRepresentation(some_obj)
Returns a textual representation of the some_obj. Preferably some_obj 
is an instance of some CORBA stub class, but this does not necessarily
have to be the case. 
 
Params: some_obj - an instance of a Python object.
 
Returns: a list of strings which represent some_obj
 
Raises: ???

 
Data
        IGNORE_LIST = ['_NP_RepositoryId', '__doc__', '__init__', '__module__', '_members', '_values']
STD_WHITESPACE = ' '