How to Install and Uninstall python-multipledispatch-doc Package on Kali Linux

Last updated: May 04,2024

1. Install "python-multipledispatch-doc" package

Here is a brief guide to show you how to install python-multipledispatch-doc on Kali Linux

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

2. Uninstall "python-multipledispatch-doc" package

This guide covers the steps necessary to uninstall python-multipledispatch-doc on Kali Linux:

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

3. Information about the python-multipledispatch-doc package on Kali Linux

Package: python-multipledispatch-doc
Source: python-multipledispatch
Version: 1.0.0-1
Installed-Size: 131
Maintainer: Debian Python Team
Architecture: all
Depends: libjs-sphinxdoc (>= 5.2)
Suggests: python3-multipledispatch
Size: 18852
SHA256: 12c5f6008b45fc54f855c5821dd1e6e11449f79a1b35a6aace74b5d6a35080d0
SHA1: 6f96db52be4ca3a4ce60cb2eeba0c3281b0feb82
MD5sum: 86c823946ec6e2eb1f7945476ca772bf
Description: 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:
Multi-Arch: foreign
Homepage: https://github.com/mrocklin/multipledispatch
Section: doc
Priority: optional
Filename: pool/main/p/python-multipledispatch/python-multipledispatch-doc_1.0.0-1_all.deb