QuestionQ19
Python/PyEZWhich two PyEZ object methods are automatically included when using a Python context manager?
- A lock() and unlock()
- B open() and close()
- C load() and commit()
- D pdiff() and diff()
Which two PyEZ object methods are automatically included when using a Python context manager?
Community Discussion