Skip to content

Commit 0c1b892

Browse files
committed
chore: add parameter descriptions to load_object
1 parent ee0952a commit 0c1b892

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

freqtrade/resolvers/iresolver.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,10 @@ def _load_object(
162162
) -> Any | None:
163163
"""
164164
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
165169
"""
166170

167171
for _path in paths:

0 commit comments

Comments
 (0)