Table of Contents

Class: SocketProtocol Idle/idle8/RemoteInterp.py

A simple protocol for sending strings across a socket

Methods   
__init__
close
receive
send
  __init__ 
__init__ ( self,  sock )

  close 
close ( self )

  receive 
receive ( self,  timeout=0 )

Get next complete string from socket or return None

Raise EOFError on EOF

Exceptions   
EOFError
  send 
send ( self,  buf )

Encode buf and write it on the socket


Table of Contents

This document was automatically generated on Wed Mar 26 19:02:14 2003 by HappyDoc version 2.1