package
Version:
v0.0.0-...-2c24670
Opens a new window with list of versions in this module.
Published: Feb 23, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package functools contains tools for functional programming. It is an analogue of python's functools package.
All returns false if any predicate is false. All() is True.
Any returns true if any predicate is true. Any() is False.
None returns true if all predicates are false. None() is True.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.