[code.view]

[top] / python / PyMOTW / pdb / pdb_pp.py

     #!/usr/bin/env python
     # encoding: utf-8
     #
     # Copyright (c) 2010 Doug Hellmann.  All rights reserved.
     #
     
     import pdb
     
     with open('lorem.txt', 'rt') as f:
         lines = f.readlines()
     
     pdb.set_trace()
     

[top] / python / PyMOTW / pdb / pdb_pp.py

contact | logmethods.com