Context manager's "with" method
Context manager's "with" method
## S3 method for class 'contextManager' with(data, expr, ...)
data |
|
expr |
code to evaluate within that context |
... |
additional arguments. One additional supported argument is "as", which lets you assign the return of your "enter" function to an object you can access. |
Nothing.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.