App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | List of all members
google.appengine.tools.devappserver2.tee.Tee Class Reference
Inheritance diagram for google.appengine.tools.devappserver2.tee.Tee:

Public Member Functions

def __init__
 
def run
 
def get_buf
 

Detailed Description

A simple line-oriented "tee".

This class connects two file-like objects, piping the output of one to the
input of the other, and buffering the last 100 lines.

The documentation for this class was generated from the following file: