Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/aws-cli
/ get_session
Function
get_session
awscli/botocore/session.py:1187–1191 ·
view source on GitHub ↗
Return a new session object.
(env_vars=None)
Source
from the content-addressed store, hash-verified
1185
1186
1187
def
get_session(env_vars=None):
1188
""
"
1189
Return a new session object.
1190
""
"
1191
return
Session(env_vars)
Callers
15
test_generate_docs
Method · 0.90
setup_documenter
Method · 0.90
test_cli_read_timeout
Method · 0.90
test_cli_connect_timeout
Method · 0.90
test_cli_read_timeout_for_blocking
Method · 0.90
test_cli_connect_timeout_for_blocking
Method · 0.90
setUp
Method · 0.90
setUp
Method · 0.90
setUp
Method · 0.90
_multi_protocol_test_cases
Function · 0.90
_single_protocol_test_cases
Function · 0.90
_get_all_xform_operations
Function · 0.90
Calls
1
Session
Class · 0.85
Tested by
15
test_generate_docs
Method · 0.72
setup_documenter
Method · 0.72
test_cli_read_timeout
Method · 0.72
test_cli_connect_timeout
Method · 0.72
test_cli_read_timeout_for_blocking
Method · 0.72
test_cli_connect_timeout_for_blocking
Method · 0.72
setUp
Method · 0.72
setUp
Method · 0.72
setUp
Method · 0.72
_multi_protocol_test_cases
Function · 0.72
_single_protocol_test_cases
Function · 0.72
_get_all_xform_operations
Function · 0.72