File: core.rst

package info (click to toggle)
python-aiostream 0.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 416 kB
  • sloc: python: 2,800; makefile: 5
file content (26 lines) | stat: -rw-r--r-- 350 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Core objects
============

.. module:: aiostream.core

Stream base class
-----------------

.. autoclass:: Stream
   :members:


Stream context manager
----------------------

.. autofunction:: streamcontext


Operator decorators
-------------------

.. autofunction:: operator

.. autofunction:: pipable_operator

.. autofunction:: sources_operator