Searched defs:NotImplemented (Results 1 – 2 of 2) sorted by relevance
| /external/python/cpython3/Lib/ |
| D | functools.py | 87 def _gt_from_lt(self, other, NotImplemented=NotImplemented): argument 94 def _le_from_lt(self, other, NotImplemented=NotImplemented): argument 99 def _ge_from_lt(self, other, NotImplemented=NotImplemented): argument 106 def _ge_from_le(self, other, NotImplemented=NotImplemented): argument 113 def _lt_from_le(self, other, NotImplemented=NotImplemented): argument 120 def _gt_from_le(self, other, NotImplemented=NotImplemented): argument 127 def _lt_from_gt(self, other, NotImplemented=NotImplemented): argument 134 def _ge_from_gt(self, other, NotImplemented=NotImplemented): argument 139 def _le_from_gt(self, other, NotImplemented=NotImplemented): argument 146 def _le_from_ge(self, other, NotImplemented=NotImplemented): argument [all …]
|
| /external/libchrome/mojo/public/c/system/ |
| D | thunks.cc | 38 MojoResult NotImplemented(const char* name) { in NotImplemented() function
|