Files
file-online-preview/office-plugin/windows-office/program/python-core-3.8.8/lib/contextvars.py
2021-06-23 10:26:22 +08:00

5 lines
129 B
Java

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