Go to the source code of this file.
|
| auto | lola::vx::v2::ism = parent->py::is_method(attr) |
| |
| auto | ism = parent->py::is_method(attr) |
| |
| auto const | to_str = [](ReadoutChain::InputMux const& self) { std::stringstream ss; ss << self; return ss.str(); } |
| |
| auto const | lola::vx::v2::to_str = [](ReadoutChain::PadMux const& self) { std::stringstream ss; ss << self; return ss.str(); } |
| |
◆ CHIP_REVISION
◆ attr()
| attr attr |
( |
"__str__" |
| ) |
= parent->py::cpp_function(to_str, ism) |
◆ ism
| auto ism = parent->py::is_method(attr) |
◆ to_str
| auto const to_str = [](ReadoutChain::InputMux const& self) { std::stringstream ss; ss << self; return ss.str(); } |