Lines Matching refs:NotImplemented
91 def _gt_from_lt(self, other, NotImplemented=NotImplemented): argument
94 if op_result is NotImplemented:
98 def _le_from_lt(self, other, NotImplemented=NotImplemented): argument
103 def _ge_from_lt(self, other, NotImplemented=NotImplemented): argument
106 if op_result is NotImplemented:
110 def _ge_from_le(self, other, NotImplemented=NotImplemented): argument
113 if op_result is NotImplemented:
117 def _lt_from_le(self, other, NotImplemented=NotImplemented): argument
120 if op_result is NotImplemented:
124 def _gt_from_le(self, other, NotImplemented=NotImplemented): argument
127 if op_result is NotImplemented:
131 def _lt_from_gt(self, other, NotImplemented=NotImplemented): argument
134 if op_result is NotImplemented:
138 def _ge_from_gt(self, other, NotImplemented=NotImplemented): argument
143 def _le_from_gt(self, other, NotImplemented=NotImplemented): argument
146 if op_result is NotImplemented:
150 def _le_from_ge(self, other, NotImplemented=NotImplemented): argument
153 if op_result is NotImplemented:
157 def _gt_from_ge(self, other, NotImplemented=NotImplemented): argument
160 if op_result is NotImplemented:
164 def _lt_from_ge(self, other, NotImplemented=NotImplemented): argument
167 if op_result is NotImplemented: