pybs.utils.miscellaneous.
memoized
Decorator. Caches a function’s return value.
If called later with the same arguments, the cached value is returned (not reevaluated).
memoized2
Slightly different memoization.
Does not confuse autodoc the way other decorators do.
Checks on B-series
Multisets
Enter search terms or a module, class or function name.