• Karel Koci's avatar
    euci: implement get_t and set_t method · 4b9ab0a6
    Karel Koci authored
    These are intended to be used as smart wrappers on top of get_* and
    set_* methods. In case of get_t method you can specify type you are
    expecting like a python type (str, bool and int). In case of set_t is
    type autodetected from provided value.
    4b9ab0a6