Searched refs:bts_bandwidth (Results 1 – 1 of 1) sorted by relevance
138 def get_float_value(bts_bandwidth): argument146 if isinstance(bts_bandwidth, BtsBandwidth):147 bandwidth_str = bts_bandwidth.value148 elif isinstance(bts_bandwidth, str):149 bandwidth_str = bts_bandwidth