Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bslatkin/effectivepython
/ real_stop
Method
real_stop
example_code/item_078.py:126–127 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
124
125
print(
"Example 6"
)
126
async
def
real_stop(self):
127
self.loop.stop()
128
129
async
def
stop(self):
130
coro = self.real_stop()
Callers
1
stop
Method · 0.95
Calls
1
stop
Method · 0.80
Tested by
no test coverage detected