There was an error while loading. Please reload this page.
1 parent 2194d88 commit 9c2b8e1Copy full SHA for 9c2b8e1
1 file changed
backtesting/__init__.py
@@ -70,6 +70,9 @@
70
from ._util import try_
71
from .backtesting import Backtest, Strategy # noqa: F401
72
73
+# Skip Pool in pdoc3 API docs. Interested users get the warning.
74
+__pdoc__ = {'backtesting.Pool': False}
75
+
76
77
# Add overridable backtesting.Pool used for parallel optimization
78
def Pool(processes=None, initializer=None, initargs=()):
0 commit comments