sphinx/tests/roots/test-ext-autodoc/target
2020-05-31 23:59:32 +09:00
..
__init__.py test: Add a docstring to avoid an error on py39a5+ 2020-04-18 20:28:31 +09:00
abstractmethods.py Close #744: autodoc: Support abstractmethod 2019-05-15 00:01:00 +09:00
annotated.py Close #7165: autodoc: Support Annotated type (PEP-593) 2020-03-03 00:14:24 +09:00
autoclass_content.py Fix #6567: autodoc: autodoc_inherit_docstrings does not effect to __init__() 2019-07-11 01:39:17 +09:00
bound_method.py Address feedback 2019-04-13 22:09:01 -10:00
callable.py Fix #6047: autodoc: `autofunction` emits a warning for method objects 2019-02-17 18:23:14 +09:00
classes.py refactor: autodoc: class processors on autofunction is no longer needed 2020-05-07 01:55:33 +09:00
coroutine.py Fix #7559: autodoc: misdetects a sync function is async 2020-05-01 22:05:45 +09:00
cython.pyx refactor: test: Pass language_level to cython explicitly 2020-05-04 00:23:06 +09:00
decorator.py Fix #7650: autodoc: undecorated signature is shown for decorated functions 2020-05-11 01:11:12 +09:00
descriptor.py test: Move descriptor example to independent file 2019-06-03 00:38:01 +09:00
docstring_signature.py Close #2106: autodoc: Support multiple signatures on docstring 2020-05-30 15:40:21 +09:00
enum.py Fix #6857: autodoc: failed to detect a classmethod on Enum class 2020-04-30 22:54:49 +09:00
final.py Close #7143: autodoc: Support final classes and methods 2020-04-28 01:24:41 +09:00
functions.py Add sphinx.util.inspect:iscoroutinefunction() 2019-04-23 01:40:37 +09:00
genericalias.py Add sphinx.util.inspect:isgenericalias() 2020-05-30 21:06:54 +09:00
imported_members.py Fix #7023: autodoc: partial functions are listed as module members 2020-01-19 15:22:09 +09:00
inheritance.py Fix flake8 violations 2019-07-01 00:28:30 +09:00
methods.py Add sphinx.util.inspect:iscoroutinefunction() 2019-04-23 01:40:37 +09:00
need_mocks.py Add testcase for mocked objects in autodoc 2019-02-11 01:46:38 +09:00
overload.py Close #3610: autodoc: Support overloaded functions 2020-05-31 23:59:32 +09:00
partialfunction.py Fix #7023: autodoc: nested partial functions are not listed 2020-01-17 09:15:45 +09:00
partialmethod.py Add testcase a partialmethod not having docstring (refs: #7023) 2020-01-17 09:11:59 +09:00
pep570.py Fix #7156: autodoc: separator for keyword only arguments is not shown 2020-02-16 01:37:23 +09:00
private.py Add support for :meta public: 2020-04-14 08:41:45 +01:00
process_docstring.py test: Update testcase for between() 2019-06-03 01:16:20 +09:00
singledispatch.py Handle singledispatch functions with rewritten signatures. 2020-03-14 22:52:45 +01:00
singledispatchmethod.py autodoc: Support singledispatch methods 2020-03-07 17:50:10 +09:00
slots.py Close #6325: autodoc: Support attributes in __slots__ 2019-05-22 09:56:46 +09:00
sort_by_all.py Fix #3673: autodoc: bysource order does not work for a module having __all__ 2020-05-23 21:52:11 +09:00
typed_vars.py Fix a logic error that causes annotations not to be shown for descriptors 2020-04-27 12:57:39 +01:00
typehints.py Fix autoclass signature parsing 2020-05-28 08:36:56 +01:00
wrappedfunction.py Fix: autodoc: __wrapped__ functions are not documented correctly 2020-02-27 16:27:41 -08:00