OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:n_sequence_fields
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_structseq.py
73
self.assertEqual(t.n_fields, t.
n_sequence_fields
+t.n_unnamed_fields)
/external/python/cpython2/Lib/test/
test_structseq.py
73
self.assertEqual(t.n_fields, t.
n_sequence_fields
+t.n_unnamed_fields)
/external/python/cpython3/Lib/test/
test_structseq.py
80
self.assertEqual(len(t), t.
n_sequence_fields
)
/external/python/cpython3/Objects/
structseq.c
7
static const char visible_length_key[] = "
n_sequence_fields
";
14
_Py_IDENTIFIER(
n_sequence_fields
);
variable
Completed in 125 milliseconds