MCPcopy Index your code
hub / github.com/geekcomputers/Python / warning

Method warning

ML/src/python/neuralforge/utils/logger.py:45–46  ·  view source on GitHub ↗
(self, message: str)

Source from the content-addressed store, hash-verified

43 self.logger.info(message)
44
45 def warning(self, message: str):
46 self.logger.warning(message)
47
48 def error(self, message: str):
49 self.logger.error(message)

Callers 8

b_readFunction · 0.80
b_modifyFunction · 0.80
b_readFunction · 0.80
b_modifyFunction · 0.80
on_search_button_clickedFunction · 0.80
on_login_button_clickedFunction · 0.80
admin_login_menu_pageFunction · 0.80
populate_employee_dataFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected