Searched defs:NotImplemented (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/ |
D | functools.py | 89 def _gt_from_lt(self, other, NotImplemented=NotImplemented): argument 96 def _le_from_lt(self, other, NotImplemented=NotImplemented): argument 103 def _ge_from_lt(self, other, NotImplemented=NotImplemented): argument 110 def _ge_from_le(self, other, NotImplemented=NotImplemented): argument 117 def _lt_from_le(self, other, NotImplemented=NotImplemented): argument 124 def _gt_from_le(self, other, NotImplemented=NotImplemented): argument 131 def _lt_from_gt(self, other, NotImplemented=NotImplemented): argument 138 def _ge_from_gt(self, other, NotImplemented=NotImplemented): argument 145 def _le_from_gt(self, other, NotImplemented=NotImplemented): argument 152 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
|