ruff/crates/ty_python_semantic/resources/mdtest/binary
David Peter e730f27f80
[ty] List available members for a given type (#18251)
This PR adds initial support for listing all attributes of
an object. It is exposed through a new `all_members`
routine in `ty_extensions`, which is in turn used to test
the functionality.

The purpose of listing all members is for code
completion. That is, given a `object.<CURSOR>`, we
would like to list all available attributes on
`object`.
2025-05-30 11:24:20 -04:00
..
booleans.md [ty] Add missing bitwise-operator branches for boolean and integer arithmetic (#17949) 2025-05-08 14:10:35 +01:00
classes.md Update class literal display to use <class 'Foo'> style (#17889) 2025-05-06 20:11:25 -04:00
custom.md Update class literal display to use <class 'Foo'> style (#17889) 2025-05-06 20:11:25 -04:00
in.md [ty] List available members for a given type (#18251) 2025-05-30 11:24:20 -04:00
instances.md [ty] Understand homogeneous tuple annotations (#17998) 2025-05-12 22:02:25 -04:00
integers.md [ty] Implement Python's floor division semantics for Literal ints (#18249) 2025-05-22 10:42:29 -04:00
tuples.md [ty] Infer parameter specializations of generic aliases (#18021) 2025-05-12 22:12:44 -04:00
unions.md Rename Red Knot (#17820) 2025-05-03 19:49:15 +02:00