glance.hacking.checks Module¶glance.hacking.checks.assert_equal_none(logical_line)[source]¶Check for assertEqual(A, None) or assertEqual(None, A) sentences
G318
glance.hacking.checks.assert_equal_type(logical_line)[source]¶Check for assertEqual(type(A), B) sentences
G317
glance.hacking.checks.assert_true_instance(logical_line)[source]¶Check for assertTrue(isinstance(a, b)) sentences
G316
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.