legate.util.benchmark.BenchmarkLog.__class_getitem__#

classmethod BenchmarkLog.__class_getitem__(args, /)#

Represent a PEP 585 generic type

For example, for t = list[int], t.__origin__ is list and t.__args__ is (int,).