.. index:: info; globals .. _info_globals: Info Globals ------------ **info globals** [*var1 ...*] **info globals** **\*** With no arguments, show all of the global variables of the current stack frame. If a list of names is provide limit display to just those variables. If `*` is given, just show the variable names, not the values. .. seealso:: :ref:`info locals `, :ref:`info args `, :ref:`info frame `