Skip to content

Commit 23d47ac

Browse files
committed
update README.md
1 parent 38e376e commit 23d47ac

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -660,6 +660,7 @@ The `<...>` notation means the argument.
660660
* It includes `self` as `%self` and a return value as `%return`.
661661
* `i[nfo] i[var[s]]` or `i[nfo] instance`
662662
* Show information about instance variables about `self`.
663+
* `info ivars <expr>` shows the instance variables of the result of `<expr>`.
663664
* `i[nfo] c[onst[s]]` or `i[nfo] constant[s]`
664665
* Show information about accessible constants except toplevel constants.
665666
* `i[nfo] g[lobal[s]]`

0 commit comments

Comments
 (0)