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 be65996 commit 73e5112Copy full SHA for 73e5112
docs/providers/factory.rst
@@ -80,6 +80,9 @@ Actually, there are three ways for creating factory delegates:
80
:py:class:`Delegate` provider.
81
+ ``Factory(...).delegate()`` - calling factory :py:meth:`Factory.delegate`
82
method, that returns delegate wrapper for current factory.
83
++ ``Factory(...).provider`` - getting factory :py:attr:`Factory.provider`
84
+ attribute, that returns delegate wrapper for current factory (alias of
85
+ ``Factory(...).delegate()`` method).
86
87
Example:
88
0 commit comments