| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
SocketDecorator
Socket decorating container
Derive from this container in order to build new concrete containers. These containers are necessary for proper duplicate/warning/error handling, because we need some context for the socket. The socket ordering is also defined in these containers (via __cmp__).
See Also: UnixSocket, InetSocket
|
|||
|
|||
| int |
|
||
| bool |
|
||
| str |
|
||
|
|||
|
|||
|
|||
| int |
|
||
| any |
|
||
| any |
|
||
|
Inherited from |
|||
|
|||
| dict |
_famcomp = Index for address family comparisons |
||
|
|||
| str |
bindspec The bind specification from the config |
||
| socket.socket |
realsocket The actual socket object |
||
|
|||
|
Inherited from |
|||
|
|||
|
Compare 3-way with another object Comparison is done by the socket family index. If the other object is not a SocketDecorator, the id() s are compared.
|
|
|
|
|
Determine the key of the socket, derived from the bindspec This key can be considered a normalized version of the bindspec. It has to be hashable.
|
See Also: key |
| Home | Trees | Indices | Help |
|
|---|