Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
16
def
random_string(length):
17
return
""
.join(random.choice(string.ascii_letters)
for
i in range(length))
18
19
20
def
env_kafka_version():
Callers
15
test_gzip
Function · 0.90
test_snappy
Function · 0.90
test_lz4
Function · 0.90
test_lz4_old
Function · 0.90
test_lz4_incremental
Function · 0.90
test_zstd
Function · 0.90
test_admin
Function · 0.90
test_produce_and_consume
Function · 0.90
test_client
Function · 0.90
test_end_to_end
Function · 0.90
test_kafka_producer_proper_record_metadata
Function · 0.90
test_idempotent_producer_max_in_flight
Function · 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…