We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38e376e commit 23d47acCopy full SHA for 23d47ac
1 file changed
README.md
@@ -660,6 +660,7 @@ The `<...>` notation means the argument.
660
* It includes `self` as `%self` and a return value as `%return`.
661
* `i[nfo] i[var[s]]` or `i[nfo] instance`
662
* Show information about instance variables about `self`.
663
+ * `info ivars <expr>` shows the instance variables of the result of `<expr>`.
664
* `i[nfo] c[onst[s]]` or `i[nfo] constant[s]`
665
* Show information about accessible constants except toplevel constants.
666
* `i[nfo] g[lobal[s]]`
0 commit comments