We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f24a6f9 commit 41611c4Copy full SHA for 41611c4
README.md
@@ -667,6 +667,7 @@ The `<...>` notation means the argument.
667
* `info ivars <expr>` shows the instance variables of the result of `<expr>`.
668
* `i[nfo] c or consts or constants`
669
* Show information about accessible constants except toplevel constants.
670
+ * `info consts <expr>` shows the constants of a class/module of the result of `<expr>`
671
* `i[nfo] g or globals or global_variables`
672
* Show information about global variables
673
* `i[nfo] th or threads`
0 commit comments