MCPcopy
hub / github.com/tornadoweb/tornado / setUp

Method setUp

tornado/test/iostream_test.py:1316–1317  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1314 """
1315
1316 def setUp(self):
1317 self.random = random.Random(42)
1318
1319 def to_bytes(self, b):
1320 if isinstance(b, (bytes, bytearray)):

Callers 2

setUpMethod · 0.45
setUpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected