MCPcopy Index your code
hub / github.com/PaddlePaddle/FastDeploy / print

Method print

fastdeploy/config.py:1546–1554  ·  view source on GitHub ↗

print all config

(self)

Source from the content-addressed store, hash-verified

1544 )
1545
1546 def print(self):
1547 """
1548 print all config
1549
1550 """
1551 logger.info("Cache Configuration Information :")
1552 for k, v in self.__dict__.items():
1553 logger.info("{:<20}:{:<6}{}".format(k, "", v))
1554 logger.info("=============================================================")
1555
1556
1557class RouterConfig:

Callers

nothing calls this directly

Calls 3

itemsMethod · 0.80
infoMethod · 0.45
formatMethod · 0.45

Tested by

no test coverage detected