Searched refs:make_comparable (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/ |
D | xmlrpclib.py | 389 def make_comparable(self, other): member in DateTime 411 s, o = self.make_comparable(other) 415 s, o = self.make_comparable(other) 419 s, o = self.make_comparable(other) 423 s, o = self.make_comparable(other) 427 s, o = self.make_comparable(other) 431 s, o = self.make_comparable(other) 438 s, o = self.make_comparable(other)
|
/external/python/cpython3/Lib/xmlrpc/ |
D | client.py | 303 def make_comparable(self, other): member in DateTime 325 s, o = self.make_comparable(other) 329 s, o = self.make_comparable(other) 333 s, o = self.make_comparable(other) 337 s, o = self.make_comparable(other) 341 s, o = self.make_comparable(other)
|