pycsp
pycsp copied to clipboard
Hide internals from the user
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