Path 1: 15 calls (1.0)

'test' (3) 'b' (2) 'm' (2) 'foo' (2) 't' (1) 'u' (1) 'd' (1) 't_tag' (1) 'di_t_tag' (1) 'di_tag' (1)

bytes (2) Markup (2) [42] (2) (1, 2, 3) (1) UUID (1) datetime (1) {' t': 'not-a-tuple'} (1) {' t__': 'not-a-tuple'} (1) {' di': 'not-a-dict'} (1) 'tes...

1def __getitem__(self, key: str) -> t.Any:
2        self.accessed = True
3        return super().__getitem__(key)