Как получить список всех переменных в питоне памяти

# Use the magic function %who to show all local user defined variables
%who
# Use %whos to show details
%whos
Trained Tuna