MCPcopy Create free account
hub / github.com/catboost/catboost / write

Method write

catboost/python-package/catboost/core.py:124–125  ·  view source on GitHub ↗
(self, message)

Source from the content-addressed store, hash-verified

122 self.callable_object = callable_object
123
124 def write(self, message):
125 self.callable_object(message)
126
127
128class _CustomLoggersStack(object):

Calls

no outgoing calls