MCPcopy 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
13class PyCoroutineFunction(PyCoroutineMixin, PyFunction):
14 def run(self):
15 self.name = "py:function"
16 return PyFunction.run(self)
17
18
19class PyCoroutineMethod(PyCoroutineMixin, PyMethod):

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected