Package Honey :: Module Socket :: Class BaseSocket
[show private | hide private]
[frames | no frames]

Class BaseSocket

object --+
         |
        BaseSocket

Known Subclasses:
ServerSocket, ClientSocket

Method Summary
  __init__(self, server, sock)
a new object with type S, a subtype of T __new__(S, ...)
  __nonzero__(self)
  close(self, reason)
  _close(self, reason)

Class Variable Summary
int family
property server
int type

Method Details

__new__(S, ...)

Returns:
a new object with type S, a subtype of T

Class Variable Details

family

Type:
int
Value:
2                                                                      

server

Type:
property
Value:
<property object at 0x406b1bbc>                                        

type

Type:
int
Value:
1                                                                      

Generated by Epydoc 1.1 on Sun Dec 7 16:06:02 2003 http://epydoc.sf.net