How to Install and Uninstall python-multipledispatch-doc Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 15,2024

1. Install "python-multipledispatch-doc" package

This guide let you learn how to install python-multipledispatch-doc on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python-multipledispatch-doc

2. Uninstall "python-multipledispatch-doc" package

This guide let you learn how to uninstall python-multipledispatch-doc on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove python-multipledispatch-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-multipledispatch-doc package on Ubuntu 21.10 (Impish Indri)

Package: python-multipledispatch-doc
Architecture: all
Version: 0.6.0-2
Multi-Arch: foreign
Priority: optional
Section: universe/doc
Source: python-multipledispatch
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 125
Depends: libjs-sphinxdoc (>= 2.4.3-5~)
Suggests: python3-multipledispatch
Filename: pool/universe/p/python-multipledispatch/python-multipledispatch-doc_0.6.0-2_all.deb
Size: 17952
MD5sum: 666a9e0b4028aa2d2a7db41eccf8dbf9
SHA1: c86fa013fd785b063e93f82a9014f0b2f6c93e12
SHA256: 937369d3f6590344d25752dcad9b8b57591fa26f9c7d34e91859053c814a9b9c
SHA512: ddd879ad6000ab6210ad59b39c6b654ebb702f7dbfd830e1f5453b7663af6a2d5a99771993a4c5cbf162357cbb3174cfdf2ca63d4dd209a559f43de794dff869
Homepage: https://github.com/mrocklin/multipledispatch
Description-en: documentation for multipledispatch
This implementation of multiple dispatch is efficient, mostly complete,
performs static analysis to avoid conflicts, and provides optional namespace
support. It looks good too.
.
What this does:
* Dispatches on all non-keyword arguments
* Supports inheritance
* Supports instance methods
* Supports union types, e.g. (int, float)
* Supports builtin abstract classes, e.g. Iterator, Number, ...
* Caches for fast repeated lookup
* Identifies possible ambiguities at function definition time
* Provides hints to resolve ambiguities when they occur
* Supports namespaces with optional keyword arguments
* Supports variadic dispatch
.
What this doesn't do:
* Diagonal dispatch
* Efficient update: The addition of a new signature requires a full resolve
of the whole function. This becomes troublesome after you get to a few
hundred type signatures.
.
This package contains the documentation for multipledispatch.
Description-md5: 9808ec306f2111efe4a63c5a57da482a