Public Member Functions | |
def | __init__ |
def | __getattr__ |
def | has_section |
def | has_option |
def | get_string |
def | get_bool |
def | get_long |
def | get_double |
Public Attributes | |
cp |
This allows C++ code to magically and transparently invoke the methods in this python class.
def gnuradio::gr::prefs::_prefs::__getattr__ | ( | self, | ||
name | ||||
) |
def gnuradio::gr::prefs::_prefs::__init__ | ( | self | ) |
def gnuradio::gr::prefs::_prefs::get_bool | ( | self, | ||
section, | ||||
option, | ||||
default_val | ||||
) |
def gnuradio::gr::prefs::_prefs::get_double | ( | self, | ||
section, | ||||
option, | ||||
default_val | ||||
) |
def gnuradio::gr::prefs::_prefs::get_long | ( | self, | ||
section, | ||||
option, | ||||
default_val | ||||
) |
def gnuradio::gr::prefs::_prefs::get_string | ( | self, | ||
section, | ||||
option, | ||||
default_val | ||||
) |
def gnuradio::gr::prefs::_prefs::has_option | ( | self, | ||
section, | ||||
option | ||||
) |
def gnuradio::gr::prefs::_prefs::has_section | ( | self, | ||
section | ||||
) |