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 ee0952a commit 0c1b892Copy full SHA for 0c1b892
freqtrade/resolvers/iresolver.py
@@ -162,6 +162,10 @@ def _load_object(
162
) -> Any | None:
163
"""
164
Try to load object from path list.
165
+ :param paths: list of absolute paths to search
166
+ :param object_name: name of the module to import
167
+ :param add_source: add the source code as __source__ attribute to theloaded object.
168
+ :param kwargs: keyword arguments to pass to the object constructor
169
170
171
for _path in paths:
0 commit comments