File: context.py

package info (click to toggle)
python-django-guid 3.5.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 664 kB
  • sloc: python: 1,267; makefile: 16
file content (3 lines) | stat: -rw-r--r-- 88 bytes parent folder | download | duplicates (2)
1
2
3
from contextvars import ContextVar

guid: ContextVar = ContextVar('guid', default=None)