We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cd7df7 commit 633f81dCopy full SHA for 633f81d
1 file changed
docs/usage.rst
@@ -228,7 +228,7 @@ Methods for analysing import chains
228
:return: The shortest chain of imports between the supplied modules, or None if no chain exists.
229
:rtype: A tuple of strings, ordered from importer to imported modules, or None.
230
231
-.. py:function:: ImportGraph.find_shortest_chains(importer, imported)
+.. py:function:: ImportGraph.find_shortest_chains(importer, imported, as_packages=True)
232
233
:param str importer: A module or subpackage within the graph.
234
:param str imported: Another module or subpackage within the graph.
0 commit comments