From: Alan W. I. <ai...@us...> - 2002-06-23 20:25:44
|
Update of /cvsroot/plplot/plplot/bindings/python In directory usw-pr-cvs1:/tmp/cvs-serv22851 Modified Files: plplot.py Log Message: Pass through doc strings from underlying plplotc module rather than redefine them here. Hide the functions that are redefined from plplotc, i.e., Cplcont --> _Cplcont Cplstyl --> _Cplstyl etc. According to "Python Essential Reference" the leading underscore in the name keeps the name private, and I have verified this works. |