Commit 6264d41f by Ned Batchelder

Very minor docstring tweak :)

parent 91db1eed
......@@ -49,7 +49,8 @@ LAZY_IMPORTS = "".join(LAZY_IMPORTS)
@statsd.timed('capa.safe_exec.time')
def safe_exec(code, globals_dict, random_seed=None, python_path=None, cache=None):
"""Exec python code safely.
"""
Exec python code safely.
`cache` is an object with .get(key) and .set(key, value) methods.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment