commit | 41cb0baea96a80360971908a0bd79d9d40dd5e44 | [log] [tgz] |
---|---|---|
author | Yury Selivanov <yury@magic.io> | Thu Jun 28 13:20:29 2018 -0400 |
committer | GitHub <noreply@github.com> | Thu Jun 28 13:20:29 2018 -0400 |
tree | daae24f132152e040a3d40aa66922b90155da8ec | |
parent | 9b9d58f0d88b338eb8d2ae0da5cd91d60d1b0e39 [diff] [blame] |
bpo-33985: Implement ContextVar.name attribute. (GH-7980)
diff --git a/Doc/library/contextvars.rst b/Doc/library/contextvars.rst index 9c7ea2b..8805661 100644 --- a/Doc/library/contextvars.rst +++ b/Doc/library/contextvars.rst
@@ -48,6 +48,8 @@ The name of the variable. This is a read-only property. + .. versionadded:: 3.7.1 + .. method:: get([default]) Return a value for the context variable for the current context.