Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
satella
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
public
satella
Commits
b87c11fa
Commit
b87c11fa
authored
2 years ago
by
Piotr Maślanka
Committed by
Piotr Maślanka
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
fixes in docs
parent
3933a1ca
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/coding/functions.rst
+7
-8
7 additions, 8 deletions
docs/coding/functions.rst
with
7 additions
and
8 deletions
docs/coding/functions.rst
+
7
−
8
View file @
b87c11fa
...
@@ -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
--------------
--------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment