expre-gen/blender/3.4/python/lib/python3.10/contextvars.py
2025-10-17 09:47:23 +08:00

5 lines
129 B
Python

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