p1a.py 293 B

123456789
  1. # Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
  2. # For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
  3. import os, sys
  4. # Invoke functions in os and sys so we can see if we measure code there.
  5. x = sys.getfilesystemencoding()
  6. y = os.getcwd()