Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/aws/aws-cli
/ _is_simple_value
Method
_is_simple_value
awscli/errorhandler.py:75–76 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
73
)
74
75
def
_is_simple_value(self, value):
76
return
isinstance(value, (str, int, float, bool, type(None)))
77
78
def
_is_small_collection(self, value):
79
if
isinstance(value, list):
Callers
2
format_error
Method · 0.95
_is_small_collection
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected