MCPcopy Create free account
hub / github.com/PaddlePaddle/Paddle / error

Method error

tools/type_checking.py:65–66  ·  view source on GitHub ↗
(self, msg: str)

Source from the content-addressed store, hash-verified

63 print(msg)
64
65 def error(self, msg: str) -> None:
66 print(msg)
67
68
69logger = TypeCheckingLogger()

Callers 11

print_summaryMethod · 0.45
check_test_modeFunction · 0.45
exec_gen_docFunction · 0.45
print_summaryMethod · 0.45
summary_resultsFunction · 0.45
getDictMethod · 0.45
parallel_modelMethod · 0.45
test_log_apiMethod · 0.45
test_log_messageMethod · 0.45
show_diagnosticsFunction · 0.45
fail_logMethod · 0.45

Calls 1

printFunction · 0.50

Tested by 3

test_log_apiMethod · 0.36
test_log_messageMethod · 0.36
fail_logMethod · 0.36