"tests/vscode:/vscode.git/clone" did not exist on "6bb2bc71e299c2f0d9ecb1fcebe54aa64e658307"
Unverified Commit 1da0f144 authored by Lukas Geiger's avatar Lukas Geiger Committed by GitHub
Browse files

[Core][Multimodal] Cache `supports_kw` (#24773)


Signed-off-by: default avatarLukas Geiger <lukas.geiger94@gmail.com>
parent 98229db2
......@@ -2082,6 +2082,7 @@ async def _run_task_with_lock(task: Callable, lock: asyncio.Lock, *args,
return await task(*args, **kwargs)
@lru_cache
def supports_kw(
callable: Callable[..., object],
kw_name: str,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment