Home
Trees
Indices
Help
[
hide private
]
[
frames
] |
no frames
]
[
Module Hierarchy
|
Class Hierarchy
]
Class Hierarchy
coro._coro.AF
:
Socket families.
coro._coro.EV
:
Kevent flags.
coro._coro.EVFILT
:
Kevent filters.
coro._coro.NOTE
:
Kevent filter flags.
coro._coro.SHUT
:
Socket shutdown methods.
coro._coro.SO
:
Socket options.
coro._coro.SOCK
:
Socket types.
coro._coro.SOL
:
Socket levels.
coro.backdoor.backdoor
object
:
The most base type
exceptions.BaseException
:
Common base class for all exceptions
exceptions.Exception
:
Common base class for all non-exit exceptions.
coro._coro.ClosedError
:
Another thread closed this descriptor.
coro._coro.Exit
:
exception used to exit the event loop
coro.InParallelError
:
An error occurred in the
in_parallel
function.
coro._coro.LockError
coro._coro.ScheduleError
:
attempt to schedule an already-scheduled coroutine
coro._coro.DeadCoroutine
:
attempt to resume a dead coroutine
coro._coro.NotStartedError
:
Attempted to interrupt a thread before it has started.
coro._coro.SimultaneousError
:
Two threads attempted a conflicting blocking operation (e.g., read() on the same descriptor).
exceptions.StandardError
:
Base class for all standard Python exceptions that do not represent interpreter exiting.
exceptions.EnvironmentError
:
Base class for I/O related errors.
exceptions.OSError
:
OS system call failed.
coro.oserrors.E2BIG
coro.oserrors.EACCES
coro.oserrors.EADDRINUSE
coro.oserrors.EADDRNOTAVAIL
coro.oserrors.EAFNOSUPPORT
coro.oserrors.EAGAIN
coro.oserrors.EALREADY
coro.oserrors.EBADF
coro.oserrors.EBADMSG
coro.oserrors.EBUSY
coro.oserrors.ECHILD
coro.oserrors.ECONNABORTED
coro.oserrors.ECONNREFUSED
coro.oserrors.ECONNRESET
coro.oserrors.EDEADLK
coro.oserrors.EDESTADDRREQ
coro.oserrors.EDOM
coro.oserrors.EDQUOT
coro.oserrors.EEXIST
coro.oserrors.EFAULT
coro.oserrors.EFBIG
coro.oserrors.EHOSTDOWN
coro.oserrors.EHOSTUNREACH
coro.oserrors.EIDRM
coro.oserrors.EILSEQ
coro.oserrors.EINPROGRESS
coro.oserrors.EINTR
coro.oserrors.EINVAL
coro.oserrors.EIO
coro.oserrors.EISCONN
coro.oserrors.EISDIR
coro.oserrors.ELOOP
coro.oserrors.EMFILE
coro.oserrors.EMLINK
coro.oserrors.EMSGSIZE
coro.oserrors.EMULTIHOP
coro.oserrors.ENAMETOOLONG
coro.oserrors.ENETDOWN
coro.oserrors.ENETRESET
coro.oserrors.ENETUNREACH
coro.oserrors.ENFILE
coro.oserrors.ENOBUFS
coro.oserrors.ENODEV
coro.oserrors.ENOENT
coro.oserrors.ENOEXEC
coro.oserrors.ENOLCK
coro.oserrors.ENOLINK
coro.oserrors.ENOMEM
coro.oserrors.ENOMSG
coro.oserrors.ENOPROTOOPT
coro.oserrors.ENOSPC
coro.oserrors.ENOSYS
coro.oserrors.ENOTBLK
coro.oserrors.ENOTCONN
coro.oserrors.ENOTDIR
coro.oserrors.ENOTEMPTY
coro.oserrors.ENOTSOCK
coro.oserrors.ENOTTY
coro.oserrors.ENXIO
coro.oserrors.EOPNOTSUPP
coro.oserrors.EOVERFLOW
coro.oserrors.EPERM
coro.oserrors.EPFNOSUPPORT
coro.oserrors.EPIPE
coro.oserrors.EPROTO
coro.oserrors.EPROTONOSUPPORT
coro.oserrors.EPROTOTYPE
coro.oserrors.ERANGE
coro.oserrors.EREMOTE
coro.oserrors.EROFS
coro.oserrors.ESHUTDOWN
coro.oserrors.ESOCKTNOSUPPORT
coro.oserrors.ESPIPE
coro.oserrors.ESRCH
coro.oserrors.ESTALE
coro.oserrors.ETIMEDOUT
coro.oserrors.ETOOMANYREFS
coro.oserrors.ETXTBSY
coro.oserrors.EUSERS
coro.oserrors.EXDEV
coro._coro.SysctlError
coro._coro.WakeUp
:
A convenience exception used to wake up a sleeping thread.
coro.optional._shutdown_sigalrm_exc
coro._coro.Interrupted
:
A coroutine has been interrupted unexpectedly
coro._coro.Shutdown
:
The thread is shutting down.
coro._coro.TimeoutError
:
A call to with_timeout() has expired
coro._coro.ThreadLocal
:
Thread Local Storage.
coro.clocks.tsc_time.Time
:
Base time object.
coro.clocks.tsc_time.Posix
:
Time in POSIX seconds.
coro.clocks.tsc_time.TSC
:
Time in TSC ticks.
coro.clocks.tsc_time.fPosix
:
Time in POSIX seconds as a floating-point number.
coro.clocks.tsc_time.uPosix
:
Time in POSIX microseconds.
coro._coro._fifo
coro._coro._fifo_iterator
coro._coro._profiler
:
The profiler object.
coro._coro.aio_control_block
:
Wrapper for 'struct aiocb'.
coro._coro.bench
:
Base benchmarking class.
coro._coro.rusage_bench
:
Subclass of bench object that tracks rusage data.
coro._coro.call_counts_object
:
Track caller->callee call counts.
coro._coro.condition_variable
:
Condition variable.
coro._coro.coro
:
XXX
coro._coro.event
coro._coro.event_queue
coro._coro.event_queue_iter
coro._coro.exception
:
used to interrupt coroutines with an exception
coro._coro.fifo
:
First-in First-Out container.
coro._coro.function
:
Function representation for the profiler.
coro._coro.c_function
:
C function.
coro._coro.internal_function
:
Internal function.
coro._coro.python_function
:
Python function.
coro._coro.inverted_semaphore
:
Inverted semaphore.
coro._coro.kevent_key
:
Kevent key.
coro._coro.kevent_target
coro._coro.mutex
:
Mutual Exclusion lock object.
coro._coro.node
coro._coro.py_kevent
:
Representation of a kevent.
coro._coro.queue_poller
coro._coro.rusage
coro._coro.rw_lock
:
A many-reader single-writer lock.
coro._coro.sched
coro._coro.semaphore
:
Semaphore lock object.
coro._coro.sock
:
Coro socket object.
coro._coro.fd_sock
:
A file-descriptor wrapper using the socket object.
coro._coro.file_sock
:
A file-object wrapper using the socket object.
coro.frontdoor.stdin
coro._coro.timebomb
coro.print_profile.profile_data
:
profile_data = {function_string: data_tuple}
Home
Trees
Indices
Help
Generated by Epydoc 3.0.1 on Thu Feb 16 18:06:43 2012
http://epydoc.sourceforge.net