File: _pytest_plugin.pyi

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

from typing import Literal, Optional, Union


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