Home
last modified time | relevance | path

Searched refs:_frb (Results 1 – 4 of 4) sorted by relevance

/dports/math/py-yt/yt-4.0.1/yt/visualization/
H A Dplot_window.py269 _frb = None variable in PlotWindow
275 if self._frb is None or not self._data_valid:
277 return self._frb
280 self._frb = value
284 del self._frb
285 self._frb = None
295 if self._frb is not None:
296 old_fields = list(self._frb.keys())
316 self._frb._get_data_source_fields()
361 self._frb[key]
[all …]
/dports/math/py-yt/yt-4.0.1/yt/fields/tests/
H A Dtest_field_access.py37 plot_object._frb[field]
/dports/comms/gr-osmosdr/gr-osmosdr-0.2.3/apps/
H A Dosmocom_fft467 self._frb = Qt.QPushButton('REC')
468 layout.addWidget(self._frb)
479 self._frb.setText('STOP')
488 self._frb.setText('REC')
494 self._frb.clicked.connect(record_callback)
/dports/math/py-yt/yt-4.0.1/doc/source/visualizing/
H A Dmanual_plotting.rst72 .. _frb-filters: