python/kubernetes/utils
Christian Clauss 5b94a9a5da
Use ==/!= to compare str, bytes, and int literals
Identity is not the same thing as equality in Python so use ==/!= to compare str, bytes, and int literals. On n Python >= 3.8, these instances will raise SyntaxWarnings so it is best to fix them now. https://docs.python.org/3.8/whatsnew/3.8.html#porting-to-python-3-8
2019-11-16 14:12:46 +01:00
..
__init__.py add function to parse canonical quantities (e.g. resources) 2019-08-26 21:49:58 +02:00
create_from_yaml.py Use ==/!= to compare str, bytes, and int literals 2019-11-16 14:12:46 +01:00
quantity.py add function to parse canonical quantities (e.g. resources) 2019-08-26 21:49:58 +02:00