MCPcopy Index your code
hub / github.com/dpkp/kafka-python / random_string

Function random_string

test/testutil.py:16–17  ·  view source on GitHub ↗
(length)

Source from the content-addressed store, hash-verified

14
15
16def random_string(length):
17 return "".join(random.choice(string.ascii_letters) for i in range(length))
18
19
20def env_kafka_version():

Callers 15

test_gzipFunction · 0.90
test_snappyFunction · 0.90
test_lz4Function · 0.90
test_lz4_oldFunction · 0.90
test_lz4_incrementalFunction · 0.90
test_zstdFunction · 0.90
test_adminFunction · 0.90
test_produce_and_consumeFunction · 0.90
test_clientFunction · 0.90
test_end_to_endFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…