with method for objects of type python.builtin.object
implements the context manager protocol used by the Python with
statement. The passed object must implement the
https://docs.python.org/2/reference/datamodel.html#context-managers (__enter__ and __exit__ methods.# S3 method for python.builtin.object
with(data, expr, as = NULL, ...)