pout icon indicating copy to clipboard operation
pout copied to clipboard

pout.locals()

Open Jaymon opened this issue 5 years ago • 0 comments

a locals printer, this will just print out all the local values in whatever context it was called, so if you did this:


def foo():
    foo = 1
    bar = 2
    pout.l()

foo()

It would print out foo and bar values.

Jaymon avatar Dec 29 '18 22:12 Jaymon