MCPcopy Create free account
hub / github.com/PaddlePaddle/FastDeploy / deprecated_kwargs_warning

Function deprecated_kwargs_warning

fastdeploy/utils.py:986–989  ·  view source on GitHub ↗
(**kwargs)

Source from the content-addressed store, hash-verified

984
985
986def deprecated_kwargs_warning(**kwargs):
987 for arg in DEPRECATED_ARGS:
988 if arg in kwargs:
989 console_logger.warning(f"Deprecated argument is detected: {arg}, which may be removed later")
990
991
992class StatefulSemaphore:

Callers 1

__init__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected