2016-11-27 | Paul Boddie | file changeset files shortlog | Return class names for string representations, making instance representations more verbose. |
paul@6 | 1 | #!/usr/bin/env python |
paul@6 | 2 | |
paul@6 | 3 | def confstr(name): pass |
paul@6 | 4 | def pathconf(path, name): pass |
paul@6 | 5 | def strerror(code): pass |
paul@6 | 6 | def sysconf(name): pass |
paul@6 | 7 | |
paul@6 | 8 | # vim: tabstop=4 expandtab shiftwidth=4 |