MCPcopy Index your code
hub / github.com/mongodb/mongo-python-driver / _hex_to_bytes

Method _hex_to_bytes

test/test_binary.py:283–284  ·  view source on GitHub ↗
(hexstring)

Source from the content-addressed store, hash-verified

281
282 @staticmethod
283 def _hex_to_bytes(hexstring):
284 return bytes.fromhex(hexstring)
285
286 # Explicit encoding prose test #1
287 def test_encoding_1(self):

Callers 4

test_encoding_1Method · 0.95
test_decoding_1Method · 0.95
_test_decoding_legacyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected