Python libuv CFFI Bindings
latest
Errors – exceptions and error handling
Handle – handle base class
Async
– async handle
Check
– check handle
Idle
– idle handle
Poll
– poll handle
Prepare
– poll handle
Signal
– signal handle
Timer
– timer handle
Python libuv CFFI Bindings
Docs
»
Edit on GitHub
Index
A
|
C
|
D
|
F
|
H
|
I
|
L
|
O
|
P
|
R
|
S
|
T
|
U
|
W
A
active (uv.Handle attribute)
again() (uv.Timer method)
Async (class in uv)
Async.callback() (in module uv)
C
callback (uv.Async attribute)
(uv.Check attribute)
(uv.Idle attribute)
(uv.Poll attribute)
(uv.Prepare attribute)
(uv.Signal attribute)
(uv.Timer attribute)
Check (class in uv)
Check.callback() (in module uv)
close() (uv.Handle method)
closed (uv.Handle attribute)
closing (uv.Handle attribute)
D
dereference() (uv.Handle method)
destroy() (uv.Handle method)
F
fd (uv.Poll attribute)
fileno() (uv.Handle method)
H
Handle (class in uv)
HandleClosedError (class in uv)
I
Idle (class in uv)
Idle.callback() (in module uv)
L
loop (uv.Handle attribute)
LoopClosedError (class in uv)
O
on_closed (uv.Handle attribute)
P
Poll (class in uv)
Poll.callback() (in module uv)
PollEvent (class in uv)
Prepare (class in uv)
Prepare.callback() (in module uv)
R
READABLE (uv.PollEvent attribute)
receive_buffer_size (uv.Handle attribute)
reference() (uv.Handle method)
referenced (uv.Handle attribute)
repeat (uv.Timer attribute)
S
send() (uv.Async method)
send_buffer_size (uv.Handle attribute)
SIGBREAK (uv.Signals attribute)
SIGHUP (uv.Signals attribute)
SIGINT (uv.Signals attribute)
Signal (class in uv)
Signal.callback() (in module uv)
Signals (class in uv)
signum (uv.Signal attribute)
SIGWINCH (uv.Signals attribute)
start() (uv.Check method)
(uv.Idle method)
(uv.Poll method)
(uv.Prepare method)
(uv.Signal method)
(uv.Timer method)
StatusCode (class in uv)
stop() (uv.Check method)
(uv.Idle method)
(uv.Poll method)
(uv.Prepare method)
(uv.Signal method)
(uv.Timer method)
SUCCESS (uv.StatusCode attribute)
T
Timer (class in uv)
Timer.callback() (in module uv)
U
UVError (class in uv)
W
WRITABLE (uv.PollEvent attribute)