mirror of
https://github.com/astral-sh/ruff.git
synced 2025-11-20 04:29:47 +00:00
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`. |
||
|---|---|---|
| .. | ||
| booleans.md | ||
| classes.md | ||
| custom.md | ||
| in.md | ||
| instances.md | ||
| integers.md | ||
| tuples.md | ||
| unions.md | ||