MCPcopy Create free account
hub / github.com/cvanaret/Uno / UnoSolverWrapper

Method UnoSolverWrapper

interfaces/Python/cpp_classes/UnoSolverWrapper.cpp:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 }
44
45 UnoSolverWrapper::UnoSolverWrapper() {
46 DefaultOptions::load(this->options);
47 }
48
49 void UnoSolverWrapper::set_logger_stream(py::object python_stream) {
50 this->stream = python_stream; // keep Python object alive

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected