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

Method s_execfile

Lib/rexec.py:451–460  ·  view source on GitHub ↗

Execute the Python code in the file in the restricted environment's __main__ module. Similar to the r_execfile() method, but the code will be granted access to restricted versions of the standard I/O streams sys.stdin, sys.stderr, and sys.stdout.

(self, *args)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

s_applyMethod · 0.95

Tested by

no test coverage detected