[code.view]

[top] / python / PyMOTW / heapq / heapq_heapdata.py

     #!/usr/bin/env python
     # encoding: utf-8
     #
     # Copyright (c) 2008 Doug Hellmann All rights reserved.
     #
     """
     """
     
     __version__ = "$Id$"
     #end_pymotw_header
     
     # This data was generated with the random module.
     
     data = [19, 9, 4, 10, 11, 8, 2]

[top] / python / PyMOTW / heapq / heapq_heapdata.py

contact | logmethods.com