File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ Api Reference
7
7
:show-inheritance:
8
8
9
9
10
- .. automethod :: pluggy._Result.get_result
10
+ .. automethod :: pluggy.callers. _Result.get_result
11
11
12
- .. automethod :: pluggy._Result.force_result
12
+ .. automethod :: pluggy.callers. _Result.force_result
13
13
14
- .. automethod :: pluggy._HookCaller.call_extra
14
+ .. automethod :: pluggy.hooks. _HookCaller.call_extra
Original file line number Diff line number Diff line change @@ -239,11 +239,11 @@ be implemented as generator function with a single ``yield`` in its body:
239
239
if config.use_defaults:
240
240
outcome.force_result(defaults)
241
241
242
- The generator is `sent `_ a :py:class: `pluggy._Result ` object which can
242
+ The generator is `sent `_ a :py:class: `pluggy.callers. _Result ` object which can
243
243
be assigned in the ``yield `` expression and used to override or inspect
244
244
the final result(s) returned back to the caller using the
245
- :py:meth: `~pluggy._Result.force_result ` or
246
- :py:meth: `~pluggy._Result.get_result ` methods.
245
+ :py:meth: `~pluggy.callers. _Result.force_result ` or
246
+ :py:meth: `~pluggy.callers. _Result.get_result ` methods.
247
247
248
248
.. note ::
249
249
Hook wrappers can **not ** return results (as per generator function
You can’t perform that action at this time.
0 commit comments