[code.view]

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

     #!/usr/bin/env python
     # encoding: utf-8
     #
     # Copyright (c) 2010 Doug Hellmann.  All rights reserved.
     #
     """Platform specifier for binary modules
     """
     #end_pymotw_header
     
     import sysconfig
     
     print sysconfig.get_platform()
     

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

contact | logmethods.com