Lines Matching defs:strict
2686 int strict;
2697 int strict = 0;
2704 static char *kwlist[] = {"strict", NULL};
2706 empty, kwds, "|$p:zip", kwlist, &strict);
2752 lz->strict = strict;
2793 if (lz->strict) {
2816 if (lz->strict) {
2868 if (lz->strict) {
2879 int strict = PyObject_IsTrue(state);
2880 if (strict < 0) {
2883 lz->strict = strict;
2894 "zip(*iterables, strict=False) --> Yield tuples until an input is exhausted.\n\
2904 If strict is true and one of the arguments is exhausted before the others,\n\