Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Public Member Functions | |
def | __init__ |
def | initiate_send |
def | handle_write |
def | writable |
def | send |
![]() | |
def | __init__ |
def | __repr__ |
def | add_channel |
def | del_channel |
def | create_socket |
def | set_socket |
Data Fields | |
out_buffer | |
![]() | |
connected | |
socket | |
family_and_type | |
Additional Inherited Members | |
![]() | |
int | debug = 0 |
int | connected = 0 |
int | accepting = 0 |
int | closing = 0 |
addr = None | |
Definition at line 448 of file asyncore.py.
def __init__ | ( | self, | |
sock = None |
|||
) |
Definition at line 449 of file asyncore.py.
def handle_write | ( | self) |
Definition at line 458 of file asyncore.py.
References async_chat.initiate_send(), and dispatcher_with_send.initiate_send().
def initiate_send | ( | self) |
def send | ( | self, | |
data | |||
) |
Definition at line 464 of file asyncore.py.
References dispatcher.debug, async_chat.initiate_send(), dispatcher_with_send.initiate_send(), and dispatcher_with_send.out_buffer.
def writable | ( | self) |
Definition at line 461 of file asyncore.py.
References dispatcher.connected, and dispatcher_with_send.out_buffer.
out_buffer |
Definition at line 451 of file asyncore.py.