OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:method_with_expecteds
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/unit/
test_analyze.py
324
def
method_with_expecteds
(opts):
function
342
self.assertRaises(KeyError,
method_with_expecteds
, dict())
343
self.assertRaises(KeyError,
method_with_expecteds
, {})
344
self.assertRaises(KeyError,
method_with_expecteds
, {'this': 2})
345
self.assertRaises(KeyError,
method_with_expecteds
, {'that': 3})
346
self.assertEqual(
method_with_expecteds
({'this': 0, 'that': 3}), 0)
test_analyze.py
324
def
method_with_expecteds
(opts):
function
342
self.assertRaises(KeyError,
method_with_expecteds
, dict())
343
self.assertRaises(KeyError,
method_with_expecteds
, {})
344
self.assertRaises(KeyError,
method_with_expecteds
, {'this': 2})
345
self.assertRaises(KeyError,
method_with_expecteds
, {'that': 3})
346
self.assertEqual(
method_with_expecteds
({'this': 0, 'that': 3}), 0)
Completed in 107 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026