logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

contextvars.py (129B)


  1. from _contextvars import Context, ContextVar, Token, copy_context
  2. __all__ = ('Context', 'ContextVar', 'Token', 'copy_context')