Lichen

lib/posix/temp.py

503:644952535f7a
2017-01-23 Paul Boddie Added another, shorter test of get_using, commenting the existing test slightly.
     1 #!/usr/bin/env python     2      3 def tempnam(dir=None, prefix=None): pass     4 def tmpfile(): pass     5 def tmpnam(): pass     6      7 TMP_MAX = 238328     8      9 # vim: tabstop=4 expandtab shiftwidth=4