MCPcopy Index your code
hub / github.com/aws/aws-cli / get_context

Function get_context

awscli/botocore/context.py:42–44  ·  view source on GitHub ↗

Get the current ``_context`` context variable if set, else None.

()

Source from the content-addressed store, hash-verified

40
41
42def get_context():
43 """Get the current ``_context`` context variable if set, else None."""
44 return _context.get(None)
45
46
47def set_context(ctx):

Calls

no outgoing calls