[code.view]

[top] / python / PyMOTW / sysconfig / sysconfig_get_path_names.py

     #!/usr/bin/env python
     # encoding: utf-8
     #
     # Copyright (c) 2010 Doug Hellmann.  All rights reserved.
     #
     """The names of the paths in a scheme.
     """
     #end_pymotw_header
     
     import sysconfig
     
     for name in sysconfig.get_path_names():
         print name
     

[top] / python / PyMOTW / sysconfig / sysconfig_get_path_names.py

contact | logmethods.com