[PyCrust-cvs] PyCrust MANUAL.txt,1.1,1.2
Brought to you by:
pobrien
From: <po...@us...> - 2003-04-04 16:49:31
|
Update of /cvsroot/pycrust/PyCrust In directory sc8-pr-cvs1:/tmp/cvs-serv22717 Modified Files: MANUAL.txt Log Message: Minor change. Index: MANUAL.txt =================================================================== RCS file: /cvsroot/pycrust/PyCrust/MANUAL.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** MANUAL.txt 4 Apr 2003 15:25:14 -0000 1.1 --- MANUAL.txt 4 Apr 2003 16:49:26 -0000 1.2 *************** *** 71,76 **** PyCrust shell, the local variable ``app`` is assigned to your application instance. In this way you can introspect your entire ! application within the PyCrust shell and the PyCrust namespace viewer. ! And through the use of the PyCrust decorator classes, PyCrust can display wxPython function and method signatures as well as docstrings for the entire wxPython library. --- 71,76 ---- PyCrust shell, the local variable ``app`` is assigned to your application instance. In this way you can introspect your entire ! application within the PyCrust shell and the PyFilling namespace ! viewer. And through the use of the Py decorator classes, PyCrust can display wxPython function and method signatures as well as docstrings for the entire wxPython library. |