Home
last modified time | relevance | path

Searched refs:NotCmpC (Results 1 – 8 of 8) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/attrs/tests/
H A Dtest_dunders.py80 class NotCmpC(object): class
83 assert cls(1, 2) != NotCmpC()
84 assert not (cls(1, 2) == NotCmpC())
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/third_party/attrs/tests/
H A Dtest_dunders.py80 class NotCmpC(object): class
83 assert cls(1, 2) != NotCmpC()
84 assert not (cls(1, 2) == NotCmpC())
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/attrs/tests/
H A Dtest_dunders.py80 class NotCmpC(object): class
83 assert cls(1, 2) != NotCmpC()
84 assert not (cls(1, 2) == NotCmpC())
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/attrs/tests/
H A Dtest_dunders.py80 class NotCmpC(object): class
83 assert cls(1, 2) != NotCmpC()
84 assert not (cls(1, 2) == NotCmpC())
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/attrs/tests/
H A Dtest_dunders.py80 class NotCmpC(object): class
83 assert cls(1, 2) != NotCmpC()
84 assert not (cls(1, 2) == NotCmpC())
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/attrs/tests/
H A Dtest_dunders.py80 class NotCmpC(object): class
83 assert cls(1, 2) != NotCmpC()
84 assert not (cls(1, 2) == NotCmpC())
/dports/devel/py-characteristic/characteristic-14.3.0/
H A Dtest_characteristic.py197 class NotCmpC(object): class
200 assert CmpC(1, 2) != NotCmpC()
201 assert not (CmpC(1, 2) == NotCmpC())
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/attrs/tests/
H A Dtest_dunders.py118 class NotCmpC(object): class
122 assert cls(1, 2) != NotCmpC()
123 assert not (cls(1, 2) == NotCmpC())