File tree Expand file tree Collapse file tree 8 files changed +22
-0
lines changed Expand file tree Collapse file tree 8 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,10 @@ and Tasks.
18
18
Coroutines
19
19
==========
20
20
21
+ **Source code: ** :source: `Lib/asyncio/coroutines.py `
22
+
23
+ ----------------------------------------------------
24
+
21
25
:term: `Coroutines <coroutine> ` declared with the async/await syntax is the
22
26
preferred way of writing asyncio applications. For example, the following
23
27
snippet of code prints "hello", waits 1 second,
@@ -247,6 +251,10 @@ Running an asyncio Program
247
251
Creating Tasks
248
252
==============
249
253
254
+ **Source code: ** :source: `Lib/asyncio/tasks.py `
255
+
256
+ -----------------------------------------------
257
+
250
258
.. function :: create_task(coro, *, name=None)
251
259
252
260
Wrap the *coro * :ref: `coroutine <coroutine >` into a :class: `Task `
Original file line number Diff line number Diff line change 6
6
7
7
.. moduleauthor :: Thomas Heller <theller@python.net>
8
8
9
+ **Source code: ** :source: `Lib/ctypes `
10
+
9
11
--------------
10
12
11
13
:mod: `ctypes ` is a foreign function library for Python. It provides C compatible
Original file line number Diff line number Diff line change 7
7
.. moduleauthor :: Eric S. Raymond <esr@thyrsus.com>
8
8
.. sectionauthor :: Eric S. Raymond <esr@thyrsus.com>
9
9
10
+ **Source code: ** :source: `Lib/curses/ascii.py `
11
+
10
12
--------------
11
13
12
14
The :mod: `curses.ascii ` module supplies name constants for ASCII characters and
Original file line number Diff line number Diff line change 9
9
.. sectionauthor :: Moshe Zadka <moshez@zadka.site.co.il>
10
10
.. sectionauthor :: Eric Raymond <esr@thyrsus.com>
11
11
12
+ **Source code: ** :source: `Lib/curses `
13
+
12
14
--------------
13
15
14
16
The :mod: `curses ` module provides an interface to the curses library, the
Original file line number Diff line number Diff line change 7
7
8
8
.. versionadded :: 3.4
9
9
10
+ **Source code: ** :source: `Lib/ensurepip `
11
+
10
12
--------------
11
13
12
14
The :mod: `ensurepip ` package provides support for bootstrapping the ``pip ``
Original file line number Diff line number Diff line change 4
4
.. module :: signal
5
5
:synopsis: Set handlers for asynchronous events.
6
6
7
+ **Source code: ** :source: `Lib/signal.py `
8
+
7
9
--------------
8
10
9
11
This module provides mechanisms to use signal handlers in Python.
Original file line number Diff line number Diff line change 7
7
.. moduleauthor :: Phillip J. Eby <pje@telecommunity.com>
8
8
.. sectionauthor :: Phillip J. Eby <pje@telecommunity.com>
9
9
10
+ **Source code: ** :source: `Lib/wsgiref `
11
+
10
12
--------------
11
13
12
14
The Web Server Gateway Interface (WSGI) is a standard interface between web
Original file line number Diff line number Diff line change 9
9
.. moduleauthor :: Paul Ganssle <paul@ganssle.io>
10
10
.. sectionauthor :: Paul Ganssle <paul@ganssle.io>
11
11
12
+ **Source code: ** :source: `Lib/zoneinfo `
13
+
12
14
--------------
13
15
14
16
The :mod: `zoneinfo ` module provides a concrete time zone implementation to
You can’t perform that action at this time.
0 commit comments