[code.view]

[top] / python / PyMOTW / exceptions / exceptions_NameError.py

     #!/usr/bin/env python
     # encoding: utf-8
     #
     # Copyright (c) 2008 Doug Hellmann All rights reserved.
     #
     """
     """
     
     __version__ = "$Id$"
     #end_pymotw_header
     
     def func():
         print unknown_name
     
     func()
     

[top] / python / PyMOTW / exceptions / exceptions_NameError.py

contact | logmethods.com