A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://circuitpython-functools.readthedocs.io/en/latest/api.html below:

Website Navigation


Implementation Notes — CircuitPython functools Library 1.0 documentation

CircuitPython implementation of CPython’s functools library.

Implementation Notes

Software and Dependencies:

circuitpython_functools.cache(user_function)

Create an unbounded cache.

circuitpython_functools.lru_cache(*args, **kwargs)

Create a bounded cache which ejects the least recently used entry.

circuitpython_functools.partial(func, *args, **kwargs)

Create a partial of the function.

circuitpython_functools.wraps(wrapped, assigned=None, updated=None)

Define a wrapper function when writing function decorators.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4