code stringlengths 3 6.57k |
|---|
lorentzian_wrapper(f0_modulation_seq) |
axt.set_xlabel('') |
lorentzian_wrapper((f_rf - f_hwhm) |
lorentzian_wrapper((f_rf + f_hwhm) |
lorentzian_wrapper((f0 - f_hwhm) |
ax.legend(loc='upper right') |
axt.legend(loc='upper left') |
plt.show() |
fig.savefig("ESRB.pgf") |
fig.savefig("ESRB.png") |
main() |
MessagingResponse() |
resp.message ("You have reached the DogBot. Thanks for contacting us :) |
str(resp) |
main() |
Algorithm(IntEnum) |
Capability(IntEnum) |
Command(IntEnum) |
Error(IntEnum) |
ObjectType(IntEnum) |
Option(IntEnum) |
test_reactive_default_title() |
ReactiveHTML() |
server_doc() |
test_reactive_servable_title() |
Document() |
unittest.mock.Mock() |
patch_curdoc(doc) |
ReactiveHTML() |
servable(title='A') |
ReactiveHTML() |
servable(title='B') |
test_link() |
ReactiveLink(Reactive) |
param.Parameter() |
ReactiveLink() |
ReactiveLink() |
obj.link(obj2, a='a') |
test_param_rename() |
ReactiveRename(Reactive) |
param.Parameter() |
ReactiveRename() |
obj._process_property_change({'b': 1}) |
obj._process_param_change({'a': 1}) |
test_link_properties_nb(document, comm) |
ReactiveLink(Reactive) |
param.String(default='A') |
ReactiveLink() |
Div() |
obj._link_props(div, ['text'], document, div, comm) |
isinstance(cb, partial) |
test_link_properties_server(document) |
ReactiveLink(Reactive) |
param.String(default='A') |
ReactiveLink() |
Div() |
obj._link_props(div, ['text'], document, div) |
isinstance(cb, partial) |
test_text_input_controls() |
TextInput() |
text_input.controls() |
isinstance(controls, Tabs) |
len(controls) |
isinstance(wb1, WidgetBox) |
len(wb1) |
isinstance(name, StaticText) |
isinstance(disabled, Checkbox) |
isinstance(w, TextInput) |
isinstance(w, TextInput) |
isinstance(w, TextInput) |
isinstance(w, IntInput) |
not_checked.append(w) |
isinstance(wb2, WidgetBox) |
len(wb2) |
len(list(Viewable.param) |
test_text_input_controls_explicit() |
TextInput() |
text_input.controls(['placeholder', 'disabled']) |
isinstance(controls, WidgetBox) |
len(controls) |
isinstance(name, StaticText) |
isinstance(disabled, Checkbox) |
isinstance(placeholder, TextInput) |
test_reactive_html_basic() |
Test(ReactiveHTML) |
param.Integer(default=3, doc='An integer') |
param.Number(default=3.14, doc='A float') |
data_model.properties() |
data_model.lookup('int') |
isinstance(int_prop.property, bp.Int) |
int_prop.class_default(data_model) |
data_model.lookup('float') |
isinstance(float_prop.property, bp.Float) |
float_prop.class_default(data_model) |
Test() |
test.get_root() |
test_reactive_html_no_id_param_error() |
pytest.raises(ValueError) |
Test(ReactiveHTML) |
param.Number(default=200) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.