Staging
v0.5.1
https://github.com/python/cpython
Revision d96b7ddae9ba38ca66a3870f71f8d538357d2d39 authored by Miss Islington (bot) on 19 January 2020, 10:48:40 UTC, committed by GitHub on 19 January 2020, 10:48:40 UTC
(cherry picked from commit 558f07891170fe5173f277d3749e92d844de0a27)

Co-authored-by: Michael Haas <micha2718l@gmail.com>
1 parent 5046055
Raw File
Tip revision: d96b7ddae9ba38ca66a3870f71f8d538357d2d39 authored by Miss Islington (bot) on 19 January 2020, 10:48:40 UTC
Fix typo from base to based (GH-18055)
Tip revision: d96b7dd
contextvars.py
from _contextvars import Context, ContextVar, Token, copy_context


__all__ = ('Context', 'ContextVar', 'Token', 'copy_context')
back to top