Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mongodb/motor
/ run
Method
run
doc/coroutine_annotation.py:14–16 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
12
13
class
PyCoroutineFunction(PyCoroutineMixin, PyFunction):
14
def
run(self):
15
self.name =
"py:function"
16
return
PyFunction.run(self)
17
18
19
class
PyCoroutineMethod(PyCoroutineMixin, PyMethod):
Callers
nothing calls this directly
Calls
1
run
Method · 0.45
Tested by
no test coverage detected