contextlib2
  • API Reference
  • Examples and Recipes
  • Single use, reusable and reentrant context managers
contextlib2
  • Index

Index

A | B | C | E | M | N | P | R | S

A

  • AbstractAsyncContextManager (built-in class)
  • AbstractContextManager (built-in class)
  • aclose() (AsyncExitStack method)
  • aclosing()
    • built-in function
  • AsyncContextDecorator (built-in class)
  • asynccontextmanager()
    • built-in function
  • AsyncExitStack (built-in class)

B

  • built-in function
    • aclosing()
    • asynccontextmanager()
    • chdir()
    • closing()
    • contextmanager()
    • nullcontext()
    • redirect_stderr()
    • redirect_stdout()
    • suppress()

C

  • callback() (ExitStack method)
  • chdir()
    • built-in function
  • close() (ExitStack method)
  • closing()
    • built-in function
  • ContextDecorator (built-in class)
  • contextlib2
    • module
  • contextmanager()
    • built-in function

E

  • enter_async_context() (AsyncExitStack method)
  • enter_context() (ExitStack method)
  • ExitStack (built-in class)

M

  • module
    • contextlib2

N

  • nullcontext()
    • built-in function

P

  • pop_all() (ExitStack method)
  • push() (ExitStack method)
  • push_async_callback() (AsyncExitStack method)
  • push_async_exit() (AsyncExitStack method)
  • Python Enhancement Proposals
    • PEP 343

R

  • redirect_stderr()
    • built-in function
  • redirect_stdout()
    • built-in function

S

  • suppress()
    • built-in function

© Copyright 2024, Alyssa Coghlan.

Built with Sphinx using a theme provided by Read the Docs.