MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / r_eval

Method r_eval

Lib/rexec.py:318–328  ·  view source on GitHub ↗

Evaluate code within a restricted environment. The code parameter must either be a string containing a Python expression, or a compiled code object, which will be evaluated in the restricted environment's __main__ module. The value of the expression or code object w

(self, code)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

recalcMethod · 0.80

Calls 1

add_moduleMethod · 0.95

Tested by

no test coverage detected