We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82c07d9 commit 0fad17bCopy full SHA for 0fad17b
src/daf/core.py
@@ -74,6 +74,12 @@ async def _initialize(token : str,
74
The main initialization function.
75
It initializes all the other modules, creates advertising tasks
76
and initializes all the core functionality.
77
+ If you want to control your own event loop, use this instead of run.
78
+
79
+ Parameters
80
+ ---------------
81
+ Any: Any
82
+ Parameters are the same as in :func:`daf.core.run`.
83
"""
84
loop = asyncio.get_event_loop()
85
tracing.initialize(debug) # Print trace messages to the console for debugging purposes
0 commit comments