[code.view]

[top] / python / PyMOTW / decimal / decimal_getcontext.py

     #!/usr/bin/env python
     # encoding: utf-8
     #
     # Copyright (c) 2009 Doug Hellmann All rights reserved.
     #
     """
     """
     #end_pymotw_header
     
     import decimal
     
     print decimal.getcontext()
     

[top] / python / PyMOTW / decimal / decimal_getcontext.py

contact | logmethods.com