Navigation
index
modules
|
lockfile 0.9.1 documentation
»
Glossary
ΒΆ
context manager
An object which controls the environment seen in a
with
statement by defining
__enter__()
and
__exit__()
methods. See
PEP 343
.
This Page
Show Source
Quick search
Enter search terms or a module, class or function name.
Navigation
index
modules
|
lockfile 0.9.1 documentation
»