Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Public Member Functions | |
def | __init__ |
def | __repr__ |
def | add_channel |
def | del_channel |
def | create_socket |
def | set_socket |
Data Fields | |
connected | |
socket | |
family_and_type | |
Static Public Attributes | |
int | debug = 0 |
int | connected = 0 |
int | accepting = 0 |
int | closing = 0 |
addr = None | |
Definition at line 203 of file asyncore.py.
def __init__ | ( | self, | |
sock = None , |
|||
map = None |
|||
) |
Definition at line 210 of file asyncore.py.
References dispatcher.set_socket().
def __repr__ | ( | self) |
Definition at line 226 of file asyncore.py.
References dispatcher.accepting, dispatcher.addr, and dispatcher.connected.
def add_channel | ( | self, | |
map = None |
|||
) |
def create_socket | ( | self, | |
family, | |||
type | |||
) |
Definition at line 253 of file asyncore.py.
def del_channel | ( | self, | |
map = None |
|||
) |
def set_socket | ( | self, | |
sock, | |||
map = None |
|||
) |
Definition at line 260 of file asyncore.py.
References dispatcher._fileno, dispatcher.add_channel(), and dispatcher.socket.
|
static |
Definition at line 206 of file asyncore.py.
|
static |
Definition at line 208 of file asyncore.py.
|
static |
Definition at line 207 of file asyncore.py.
|
static |
Definition at line 205 of file asyncore.py.
connected |
Definition at line 215 of file asyncore.py.
|
static |
Definition at line 204 of file asyncore.py.
family_and_type |
Definition at line 254 of file asyncore.py.
socket |
Definition at line 224 of file asyncore.py.