[go: up one dir, main page]

File: session.rst

package info (click to toggle)
streamlink 7.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 5,428 kB
  • sloc: python: 49,104; sh: 184; makefile: 145
file content (14 lines) | stat: -rw-r--r-- 363 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Session
-------

.. autoclass:: streamlink.session.Streamlink
    :member-order: bysource

.. autoclass:: streamlink.session.options.StreamlinkOptions

    .. automethod:: get
    .. automethod:: set

.. autoclass:: streamlink.session.plugins.StreamlinkPlugins
    :member-order: bysource
    :special-members: __getitem__, __setitem__, __delitem__, __contains__