OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eq_
(Results
1 - 2
of
2
) sorted by null
/external/clang/bindings/python/tests/cindex/
test_token_kind.py
2
from nose.tools import
eq_
11
eq_
(t.value, 5)
12
eq_
(t.name, 'foo')
37
eq_
(t, TokenKind.LITERAL)
43
eq_
(r, 'TokenKind.LITERAL')
test_tokens.py
6
from nose.tools import
eq_
32
eq_
(len(tokens), 4)
36
eq_
(loc.line, 1)
37
eq_
(loc.column, 5)
38
eq_
(loc.offset, 4)
46
eq_
(len(tokens), 4)
51
eq_
(extent.start.offset, 4)
52
eq_
(extent.end.offset, 7)
Completed in 276 milliseconds