python: Add TFileObjectTransport
authorDavid Reiss <dreiss@apache.org>
Sat, 31 Jan 2009 21:59:27 +0000 (21:59 +0000)
committerDavid Reiss <dreiss@apache.org>
Sat, 31 Jan 2009 21:59:27 +0000 (21:59 +0000)
commit1fe17774eb1059bc784a5c3be46b208a2fc0a63c
treebaa9862f692b281daa6f0c5d4500b7f91c627e10
parent4c591c95a51368a817bf40157e46831ecffef71c
python: Add TFileObjectTransport

TFileObjectTransport is a Thrift transport that wraps a
Python-style file-like object.  This is necessary to add
methods like isOpen and readAll.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@739637 13f79535-47bb-0310-9956-ffa450edef68
lib/py/src/transport/TTransport.py