↓ 18 callersMethodreport_diagnostic(
&self,
context: &CallDiagnosticContext<'_, '_, 'db, '_>,
node: ast::AnyNodeRef,
crates/ty_python_semantic/src/types/call/bind.rs:7644
↓ 18 callersMethodtuple_specIf this is an instance type where the class has a tuple spec, returns the tuple spec. I.e., for the type `tuple[int, str]`, this will return the tupl
crates/ty_python_semantic/src/types/instance.rs:277