mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-09 21:28:21 +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 |