4572e6500a
Fixes bug #911663 The None, True, and False values are singletons. All variable *comparisons* to singletons should use 'is' or 'is not'. All variable *evaluations* to boolean should use 'if' or 'if not'. All Object type comparisons should use isinstance() instead of comparing types directly. Change-Id: Id5c797d3339d0d7015bac386088133540f0c0c9e |
||
---|---|---|
.. | ||
client_tools | ||
extensions | ||
__init__.py | ||
_test_api.py | ||
database_stubs.py | ||
declare_flags.py | ||
extension_stubs.py | ||
runtime_flags.py | ||
test_api.py | ||
test_cli.py | ||
test_clientlib.py | ||
test_database.py | ||
test_extensions.py | ||
test_flags.py | ||
testlib_api.py |