pycsp icon indicating copy to clipboard operation
pycsp copied to clipboard

Hide internals from the user

Open GoogleCodeExporter opened this issue 10 years ago • 0 comments

Rename all internal functions and methods with _xx to hide them when users are 
printing the method of an object using dir:

A = Channel()
print(dir(A))

Rename Configuration constants to something shorter

Original issue reported on code.google.com by [email protected] on 3 Dec 2012 at 9:49

GoogleCodeExporter avatar Mar 25 '15 21:03 GoogleCodeExporter