vh-bombsquad-modded-server-.../dist/ba_data/python-site-packages/attr/_cmp.pyi

15 lines
318 B
Python
Raw Permalink Normal View History

2024-06-06 19:50:58 +05:30
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: ...