Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ test_stls_capa
Method
test_stls_capa
Lib/test/test_poplib.py:503–505 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
501
test_stls_context = test_stls
502
503
def
test_stls_capa(self):
504
capa = self.client.capa()
505
self.assertFalse(b
'STLS'
in capa.keys())
506
507
508
class
TestTimeouts(TestCase):
Callers
nothing calls this directly
Calls
3
capa
Method · 0.80
assertFalse
Method · 0.80
keys
Method · 0.45
Tested by
no test coverage detected