Lichen

lib/posix/temp.py

843:d305986d05c8
2018-07-05 Paul Boddie Employed sets for attributes and providers referenced by accesses. This causes various attributes to be identified definitively in the access plans and instruction sequences.
     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