Custom print format: How to get a a list of available vars?

When working on a custom print format, how do I get the variables available?

As an old fashioned php person, I’d var_dump them (print vars() in python I believe) But how is that done within Jinja?

Jinja equivalent is “Context”