method: code.Frame.eval

*Not documented*
    def eval(self, code, **vars):

origin: code.Frame

where:

exceptions that might appear during execution:

function source:

def eval(self, code, **vars):
    f_locals = self.f_locals.copy() 
    f_locals.update(vars)
    return eval(code, self.f_globals, f_locals)

call sites:

called in /home/johnny/projects/merlinux/py/dist/py/magic/exprinfo.py

traceback code.Frame.eval.0

called in /home/johnny/projects/merlinux/py/dist/py/code/traceback2.py

traceback code.Frame.eval.1

called in /home/johnny/projects/merlinux/py/dist/py/magic/exprinfo.py

traceback code.Frame.eval.2

called in /home/johnny/projects/merlinux/py/dist/py/magic/exprinfo.py

traceback code.Frame.eval.3

called in /home/johnny/projects/merlinux/py/dist/py/magic/exprinfo.py

traceback code.Frame.eval.4

called in /home/johnny/projects/merlinux/py/dist/py/magic/exprinfo.py

traceback code.Frame.eval.5

called in /home/johnny/projects/merlinux/py/dist/py/magic/exprinfo.py

traceback code.Frame.eval.6

called in /home/johnny/projects/merlinux/py/dist/py/magic/exprinfo.py

traceback code.Frame.eval.7

called in /home/johnny/projects/merlinux/py/dist/py/magic/exprinfo.py

traceback code.Frame.eval.8

called in /home/johnny/projects/merlinux/py/dist/py/magic/exprinfo.py

traceback code.Frame.eval.9

called in /home/johnny/projects/merlinux/py/dist/py/magic/exprinfo.py

traceback code.Frame.eval.10

called in /home/johnny/projects/merlinux/py/dist/py/code/traceback2.py

traceback code.Frame.eval.11

called in /home/johnny/projects/merlinux/py/dist/py/magic/exprinfo.py

traceback code.Frame.eval.12

called in /home/johnny/projects/merlinux/py/dist/py/magic/exprinfo.py

traceback code.Frame.eval.13

called in /home/johnny/projects/merlinux/py/dist/py/magic/exprinfo.py

traceback code.Frame.eval.14

called in /home/johnny/projects/merlinux/py/dist/py/magic/exprinfo.py

traceback code.Frame.eval.15

called in /home/johnny/projects/merlinux/py/dist/py/magic/exprinfo.py

traceback code.Frame.eval.16

called in /home/johnny/projects/merlinux/py/dist/py/magic/exprinfo.py

traceback code.Frame.eval.17

called in /home/johnny/projects/merlinux/py/dist/py/magic/exprinfo.py

traceback code.Frame.eval.18

called in /home/johnny/projects/merlinux/py/dist/py/magic/exprinfo.py

traceback code.Frame.eval.19

called in /home/johnny/projects/merlinux/py/dist/py/code/traceback2.py

traceback code.Frame.eval.20