Home
last modified time | relevance | path

Searched refs:n_unnamed_fields (Results 1 – 25 of 42) sorted by relevance

12

/dports/lang/python37/Python-3.7.12/Objects/
H A Dstructseq.c22 _Py_IDENTIFIER(n_unnamed_fields);
99 Py_ssize_t len, min_len, max_len, i, n_unnamed_fields; in structseq_new_impl() local
118 n_unnamed_fields = UNNAMED_FIELDS_TP(type); in structseq_new_impl()
159 dict, type->tp_members[i-n_unnamed_fields].name))) { in structseq_new_impl()
260 Py_ssize_t n_fields, n_visible_fields, n_unnamed_fields, i; in structseq_reduce() local
264 n_unnamed_fields = UNNAMED_FIELDS(self); in structseq_reduce()
279 const char *n = Py_TYPE(self)->tp_members[i-n_unnamed_fields].name; in structseq_reduce()
/dports/lang/python311/Python-3.11.0a3/Objects/
H A Dstructseq.c27 _Py_IDENTIFIER(n_unnamed_fields);
144 Py_ssize_t len, min_len, max_len, i, n_unnamed_fields; in structseq_new_impl() local
154 n_unnamed_fields = UNNAMED_FIELDS_TP(type); in structseq_new_impl()
155 if (n_unnamed_fields < 0) { in structseq_new_impl()
218 type->tp_members[i-n_unnamed_fields].name); in structseq_new_impl()
327 Py_ssize_t n_fields, n_visible_fields, n_unnamed_fields, i; in structseq_reduce() local
334 n_unnamed_fields = UNNAMED_FIELDS(self); in structseq_reduce()
335 if (n_unnamed_fields < 0) { in structseq_reduce()
347 const char *n = Py_TYPE(self)->tp_members[i-n_unnamed_fields].name; in structseq_reduce()
/dports/lang/python310/Python-3.10.1/Objects/
H A Dstructseq.c27 _Py_IDENTIFIER(n_unnamed_fields);
144 Py_ssize_t len, min_len, max_len, i, n_unnamed_fields; in structseq_new_impl() local
154 n_unnamed_fields = UNNAMED_FIELDS_TP(type); in structseq_new_impl()
155 if (n_unnamed_fields < 0) { in structseq_new_impl()
218 type->tp_members[i-n_unnamed_fields].name); in structseq_new_impl()
327 Py_ssize_t n_fields, n_visible_fields, n_unnamed_fields, i; in structseq_reduce() local
334 n_unnamed_fields = UNNAMED_FIELDS(self); in structseq_reduce()
335 if (n_unnamed_fields < 0) { in structseq_reduce()
347 const char *n = Py_TYPE(self)->tp_members[i-n_unnamed_fields].name; in structseq_reduce()
/dports/databases/py-sqlite3/Python-3.8.12/Objects/
H A Dstructseq.c24 _Py_IDENTIFIER(n_unnamed_fields);
119 Py_ssize_t len, min_len, max_len, i, n_unnamed_fields; in structseq_new_impl() local
138 n_unnamed_fields = UNNAMED_FIELDS_TP(type); in structseq_new_impl()
179 dict, type->tp_members[i-n_unnamed_fields].name))) { in structseq_new_impl()
285 Py_ssize_t n_fields, n_visible_fields, n_unnamed_fields, i; in structseq_reduce() local
289 n_unnamed_fields = UNNAMED_FIELDS(self); in structseq_reduce()
299 const char *n = Py_TYPE(self)->tp_members[i-n_unnamed_fields].name; in structseq_reduce()
/dports/databases/py-gdbm/Python-3.8.12/Objects/
H A Dstructseq.c24 _Py_IDENTIFIER(n_unnamed_fields);
119 Py_ssize_t len, min_len, max_len, i, n_unnamed_fields; in structseq_new_impl() local
138 n_unnamed_fields = UNNAMED_FIELDS_TP(type); in structseq_new_impl()
179 dict, type->tp_members[i-n_unnamed_fields].name))) { in structseq_new_impl()
285 Py_ssize_t n_fields, n_visible_fields, n_unnamed_fields, i; in structseq_reduce() local
289 n_unnamed_fields = UNNAMED_FIELDS(self); in structseq_reduce()
299 const char *n = Py_TYPE(self)->tp_members[i-n_unnamed_fields].name; in structseq_reduce()
/dports/lang/python-tools/Python-3.8.12/Objects/
H A Dstructseq.c24 _Py_IDENTIFIER(n_unnamed_fields);
119 Py_ssize_t len, min_len, max_len, i, n_unnamed_fields; in structseq_new_impl() local
138 n_unnamed_fields = UNNAMED_FIELDS_TP(type); in structseq_new_impl()
179 dict, type->tp_members[i-n_unnamed_fields].name))) { in structseq_new_impl()
285 Py_ssize_t n_fields, n_visible_fields, n_unnamed_fields, i; in structseq_reduce() local
289 n_unnamed_fields = UNNAMED_FIELDS(self); in structseq_reduce()
299 const char *n = Py_TYPE(self)->tp_members[i-n_unnamed_fields].name; in structseq_reduce()
/dports/lang/python38/Python-3.8.12/Objects/
H A Dstructseq.c24 _Py_IDENTIFIER(n_unnamed_fields);
119 Py_ssize_t len, min_len, max_len, i, n_unnamed_fields; in structseq_new_impl() local
138 n_unnamed_fields = UNNAMED_FIELDS_TP(type); in structseq_new_impl()
179 dict, type->tp_members[i-n_unnamed_fields].name))) { in structseq_new_impl()
285 Py_ssize_t n_fields, n_visible_fields, n_unnamed_fields, i; in structseq_reduce() local
289 n_unnamed_fields = UNNAMED_FIELDS(self); in structseq_reduce()
299 const char *n = Py_TYPE(self)->tp_members[i-n_unnamed_fields].name; in structseq_reduce()
/dports/lang/python39/Python-3.9.9/Objects/
H A Dstructseq.c24 _Py_IDENTIFIER(n_unnamed_fields);
122 Py_ssize_t len, min_len, max_len, i, n_unnamed_fields; in structseq_new_impl() local
141 n_unnamed_fields = UNNAMED_FIELDS_TP(type); in structseq_new_impl()
182 dict, type->tp_members[i-n_unnamed_fields].name))) { in structseq_new_impl()
288 Py_ssize_t n_fields, n_visible_fields, n_unnamed_fields, i; in structseq_reduce() local
292 n_unnamed_fields = UNNAMED_FIELDS(self); in structseq_reduce()
302 const char *n = Py_TYPE(self)->tp_members[i-n_unnamed_fields].name; in structseq_reduce()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Objects/
H A Dstructseq.c24 _Py_IDENTIFIER(n_unnamed_fields);
119 Py_ssize_t len, min_len, max_len, i, n_unnamed_fields; in structseq_new_impl() local
138 n_unnamed_fields = UNNAMED_FIELDS_TP(type); in structseq_new_impl()
179 dict, type->tp_members[i-n_unnamed_fields].name))) { in structseq_new_impl()
285 Py_ssize_t n_fields, n_visible_fields, n_unnamed_fields, i; in structseq_reduce() local
289 n_unnamed_fields = UNNAMED_FIELDS(self); in structseq_reduce()
299 const char *n = Py_TYPE(self)->tp_members[i-n_unnamed_fields].name; in structseq_reduce()
/dports/lang/python-legacy/Python-2.7.18/Objects/
H A Dstructseq.c149 Py_ssize_t len, min_len, max_len, i, n_unnamed_fields; in structseq_new() local
173 n_unnamed_fields = UNNAMED_FIELDS_TP(type); in structseq_new()
214 dict, type->tp_members[i-n_unnamed_fields].name))) { in structseq_new()
380 Py_ssize_t n_fields, n_visible_fields, n_unnamed_fields; in structseq_reduce() local
385 n_unnamed_fields = UNNAMED_FIELDS(self); in structseq_reduce()
403 char *n = Py_TYPE(self)->tp_members[i-n_unnamed_fields].name; in structseq_reduce()
/dports/lang/python27/Python-2.7.18/Objects/
H A Dstructseq.c149 Py_ssize_t len, min_len, max_len, i, n_unnamed_fields; in structseq_new() local
173 n_unnamed_fields = UNNAMED_FIELDS_TP(type); in structseq_new()
214 dict, type->tp_members[i-n_unnamed_fields].name))) { in structseq_new()
380 Py_ssize_t n_fields, n_visible_fields, n_unnamed_fields; in structseq_reduce() local
385 n_unnamed_fields = UNNAMED_FIELDS(self); in structseq_reduce()
403 char *n = Py_TYPE(self)->tp_members[i-n_unnamed_fields].name; in structseq_reduce()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dstructseq.c149 Py_ssize_t len, min_len, max_len, i, n_unnamed_fields; in structseq_new() local
173 n_unnamed_fields = UNNAMED_FIELDS_TP(type); in structseq_new()
213 dict, type->tp_members[i-n_unnamed_fields].name))) { in structseq_new()
376 Py_ssize_t n_fields, n_visible_fields, n_unnamed_fields; in structseq_reduce() local
381 n_unnamed_fields = UNNAMED_FIELDS(self); in structseq_reduce()
399 char *n = Py_TYPE(self)->tp_members[i-n_unnamed_fields].name; in structseq_reduce()
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/
H A Dgrp.py53 n_unnamed_fields = 0 variable in struct_group
H A Dspwd.py37 n_unnamed_fields = 0 variable in struct_spwd
H A Dtime.py133 n_unnamed_fields = 0 variable in struct_time
H A Dresource.py46 n_unnamed_fields = 0 variable in struct_rusage
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_structseq.py81 self.assertEqual(t.n_unnamed_fields, 0)
133 self.assertEqual(os.stat_result.n_unnamed_fields, 3)
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_structseq.py81 self.assertEqual(t.n_unnamed_fields, 0)
133 self.assertEqual(os.stat_result.n_unnamed_fields, 3)
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/
H A Dpwd.pyi14 n_unnamed_fields: ClassVar[int]
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/@python2/
H A Dtime.pyi27 def n_unnamed_fields(self) -> int: ...
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/stdlib/2/
H A Dposix.pyi69 n_unnamed_fields: int
84 n_unnamed_fields: int
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_structseq.py73 self.assertEqual(t.n_fields, t.n_sequence_fields+t.n_unnamed_fields)
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_structseq.py73 self.assertEqual(t.n_fields, t.n_sequence_fields+t.n_unnamed_fields)
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_structseq.py73 self.assertEqual(t.n_fields, t.n_sequence_fields+t.n_unnamed_fields)
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_structseq.py81 self.assertEqual(t.n_unnamed_fields, 0)

12