Go to file
gecong1973 d65d3312e6 Add __ne__ built-in function
In Python 3 __ne__ by default delegates to __eq__ and inverts the
result, but in Python 2 they urge you to define __ne__ when you
define __eq__ for it to work properly [1].There are no implied
relationships among the comparison operators. The truth of x==y
does not imply that x!=y is false. Accordingly, when defining __eq__(),
one should also define __ne__() so that the operators will behave as
expected.
[1]https://docs.python.org/2/reference/datamodel.html#object.__ne_

Change-Id: I4ba5b370e34cd64b13d87ef3ce2869d224dd0969
2016-11-23 15:10:56 +08:00
2015-10-21 07:55:06 -04:00
2016-07-05 11:11:36 +02:00
2016-04-30 07:48:35 +08:00
2012-12-05 14:02:19 -08:00
2012-11-09 12:52:21 +11:00
2016-01-20 19:39:01 +00:00
2016-07-27 15:27:30 +02:00
2015-09-18 16:42:00 +00:00

Python bindings to the Ceilometer API

Latest Version

Downloads

This is a client library for Ceilometer built on the Ceilometer API. It provides a Python API (the ceilometerclient module) and a command-line tool (ceilometer).

Description
RETIRED, OpenStack Telemetry (Ceilometer) Client
Readme 6.7 MiB