MCPcopy Create free account
hub / github.com/bazelbuild/bazel / tuple

Method tuple

src/main/java/net/starlark/java/types/Types.java:455–457  ·  view source on GitHub ↗
(ImmutableList<StarlarkType> elementTypes)

Source from the content-addressed store, hash-verified

453 }
454
455 public static TupleType tuple(ImmutableList<StarlarkType> elementTypes) {
456 return new AutoValue_Types_TupleType(elementTypes);
457 }
458
459 /** Tuple type of a fixed length. */
460 @AutoValue

Callers 2

getStarlarkTypeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected