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

Method test_none

tests/unit/botocore/test_utils.py:3820–3822  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3818 self.assertIsNone(length)
3819
3820 def test_none(self):
3821 length = determine_content_length(None)
3822 self.assertEqual(length, 0)
3823
3824 def test_basic_len_obj(self):
3825 class HasLen:

Callers

nothing calls this directly

Calls 1

determine_content_lengthFunction · 0.90

Tested by

no test coverage detected