Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Azure/azure-storage-python
/ assertIsNone
Method
assertIsNone
tests/testcase.py:225–226 ·
view source on GitHub ↗
(self, obj)
Source
from the content-addressed store, hash-verified
223
224
if
sys.version_info < (2,7):
225
def
assertIsNone(self, obj):
226
self.assertEqual(obj, None)
227
228
def
assertIsNotNone(self, obj):
229
self.assertNotEqual(obj, None)
Callers
15
test_put_block
Method · 0.80
test_put_block_bytes_large
Method · 0.80
test_put_block_bytes_large_with_md5
Method · 0.80
test_put_block_stream_large
Method · 0.80
test_put_block_stream_large_with_md5
Method · 0.80
test_list_containers_with_prefix
Method · 0.80
test_get_container_acl
Method · 0.80
test_get_container_acl_with_lease_id
Method · 0.80
test_set_container_acl
Method · 0.80
test_set_container_acl_with_lease_id
Method · 0.80
test_set_container_acl_with_empty_signed_identifiers
Method · 0.80
test_set_container_acl_with_empty_signed_identifier
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected