Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbcli/mycli
/ __enter__
Method
__enter__
test/pytests/test_main_modes_batch.py:115–117 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
113
DummySpinner.instances.append(self)
114
115
def
__enter__(self) ->
'DummySpinner'
:
116
self.start()
117
return
self
118
119
def
__exit__(self, exc_type, exc, tb) -> Literal[False]:
120
return
False
Callers
nothing calls this directly
Calls
1
start
Method · 0.95
Tested by
no test coverage detected