dbt-selly/dbt-env/lib/python3.8/site-packages/attr/_cmp.pyi

14 lines
317 B
Python
Raw Normal View History

2022-03-22 15:13:27 +00:00
from typing import Type
from . import _CompareWithType
def cmp_using(
eq: Optional[_CompareWithType],
lt: Optional[_CompareWithType],
le: Optional[_CompareWithType],
gt: Optional[_CompareWithType],
ge: Optional[_CompareWithType],
require_same_type: bool,
class_name: str,
) -> Type: ...