CSV module and "fileobj"

skip at pobox.com skip at pobox.com
Fri Mar 16 09:00:12 EDT 2007


    Jon> If I have a CSV reader that's passed to a function, is it possible
    Jon> for that function to retrieve a reference to the "fileobj" like
    Jon> object that was passed to the reader's __init__? 

Nope, that isn't exposed from the C type.

Skip



More information about the Python-list mailing list