Skip to documentation
SLOP

tiny.hypothesis.tuple

Reference tiny.hypothesis tuple

Defined in value.

Called byCallstest sourcelib.python.src.runtime.vmtest: execute dictionary view iterati...test sourcelib.python.src.runtime.vmtest: execute enumerate builtin over ...test sourcelib.python.src.runtime.vmtest: execute reversed builtin over s...test sourcelib.python.src.runtime.vmtest: execute tuple builtin consumes ...test sourcelib.python.src.runtime.vmtest: execute tuple builtin creates t...test sourcelib.python.src.runtime.vmtest: execute tuple builtin errors an...valueGeneratorprivate sourcelib.hypothesis.src.valueTupleGeneratorTypeprivate sourcelib.hypothesis.src.valueTupleResultvaluetuple
Static calls · unresolved targets: 0 · external targets: 0.

Source

Source: lib/hypothesis/src/value.zig:298

zig
pub fn tuple(comptime gens: anytype) Generator(TupleResult(gens)) {    return .{ .drawFn = &TupleGeneratorType(gens).draw };}

Source: lib/hypothesis/src/root.zig:76

zig
pub const tuple = value.tuple;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433