File: _pytest_plugin.pyi

package info (click to toggle)
python-requests-mock 1.12.1-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 688 kB
  • sloc: python: 2,339; makefile: 162
file content (6 lines) | stat: -rw-r--r-- 130 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6

from typing import Literal, Optional, Union


_case_type = Optional[str]
_case_default = Union[Literal['false'], Literal[False]]