Uses of Package
cz.cuni.amis.introspection.python

Packages that use cz.cuni.amis.introspection.python
cz.cuni.amis.introspection.python Package for introspection of Python code. 
 

Classes in cz.cuni.amis.introspection.python used by cz.cuni.amis.introspection.python
PyObjectAdapter
          This class is wrapper for PyObject which probes the PyObject for it's type and accessibility and provides methods neccessary for introspection of the PyObject If you want to extend the number of classes the Python introspection accepts, than simply create class PyNewClassWrapper extends PyObjectWrapper and add it to a PyObjectAdapater.probeObject() body.
PyObjectPlace
          This absract class is used for anonymous classes which decribes where the PyObject lies (it's owner), when we do set() on the property we have to know where to write the new value.
PyObjectWrapper
           
 



Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.