Skip to content
Snippets Groups Projects
Commit b87c11fa authored by Piotr Maślanka's avatar Piotr Maślanka Committed by Piotr Maślanka
Browse files

fixes in docs

parent 3933a1ca
No related branches found
No related tags found
No related merge requests found
...@@ -66,19 +66,18 @@ You can also decorate given callables in order not to be wrapped with ...@@ -66,19 +66,18 @@ You can also decorate given callables in order not to be wrapped with
Function overloading Function overloading
-------------------- --------------------
.. warning:: This is coded for cases where the function prototypes differ significantly, for ex. matches
only one prototype. For cases where a single call might match multiple prototypes, and if it's
desired that the implementation tells them apart, this implementation might not be of sufficient complexity.
Go file a ticket that you cannot use Satella with some implementation. Just type down what kind of implementation
that was.
.. autoclass:: satella.coding.overload .. autoclass:: satella.coding.overload
:members: :members:
.. autoclass:: satella.coding.ARGS .. autoclass:: satella.coding.TypeSignature
:members: :members:
.. autofunction:: satella.coding.is_signature_a_more_generic_than_b
.. autofunction:: satella.coding.is_type_a_more_generic_than_b
.. autofunction:: satella.coding.extract_type_signature_from
DocsFromParent DocsFromParent
-------------- --------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment