--- /srv/reproducible-results/rbuild-debian/r-b-build.Nfd8dZRQ/b1/guidata_3.6.2-1_arm64.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.Nfd8dZRQ/b2/guidata_3.6.2-1_arm64.changes ├── Files │ @@ -1,3 +1,3 @@ │ │ - e4e7699187478fbded2c98c5d501ca91 534848 doc optional python-guidata-doc_3.6.2-1_all.deb │ + db6183790d2610a1942172e6a2d3673b 534856 doc optional python-guidata-doc_3.6.2-1_all.deb │ d09b732f6ac035390814a7df5ffd6a1e 241288 python optional python3-guidata_3.6.2-1_all.deb ├── python-guidata-doc_3.6.2-1_all.deb │ ├── file list │ │ @@ -1,3 +1,3 @@ │ │ -rw-r--r-- 0 0 0 4 2024-08-06 14:28:19.000000 debian-binary │ │ -rw-r--r-- 0 0 0 3060 2024-08-06 14:28:19.000000 control.tar.xz │ │ --rw-r--r-- 0 0 0 531596 2024-08-06 14:28:19.000000 data.tar.xz │ │ +-rw-r--r-- 0 0 0 531604 2024-08-06 14:28:19.000000 data.tar.xz │ ├── control.tar.xz │ │ ├── control.tar │ │ │ ├── ./md5sums │ │ │ │ ├── ./md5sums │ │ │ │ │┄ Files differ │ ├── data.tar.xz │ │ ├── data.tar │ │ │ ├── ./usr/share/doc/python-guidata-doc/html/autodoc/index.html │ │ │ │ @@ -191,15 +191,15 @@ │ │ │ │
example.
│ │ │ │Directory. Default: ‘/tmp/test_y6yrg_4p’.
│ │ │ │ +Directory. Default: ‘/tmp/test_cajl1jbh’.
│ │ │ │Open file. Supported file types: *.csv, *.eta. Default: ‘/tmp/test_y6yrg_4p/tmpr81yl71u.csv’.
│ │ │ │ +Open file. Supported file types: *.csv, *.eta. Default: ‘/tmp/test_cajl1jbh/tmp814ujfir.csv’.
│ │ │ │Open files. Supported file types: *.csv. Default: ‘/tmp/test_y6yrg_4p/tmpr81yl71u.csv’.
│ │ │ │ +Open files. Supported file types: *.csv. Default: ‘/tmp/test_cajl1jbh/tmp814ujfir.csv’.
│ │ │ │Save file. Supported file types: *.eta. Default: ‘/tmp/test_y6yrg_4p/tmp7rpp1lqy.eta’.
│ │ │ │ +Save file. Supported file types: *.eta. Default: ‘/tmp/test_cajl1jbh/tmpy6gjcusb.eta’.
│ │ │ │Returns a new instance of AutodocExampleParam1
with the fields set to the given values.
dir (str) – Directory. Default: ‘/tmp/test_y6yrg_4p’.
dir (str) – Directory. Default: ‘/tmp/test_cajl1jbh’.
a (float) – Parameter #1. Default: 2.3.
b (int) – Parameter #2. Integer between 0 and 10. Default: 5.
c (str) – Parameter #3. Default: ‘default value’.
type (int) – Processing algorithm. Single choice from: 0, 1, 2. Default: 0.
fname (str) – Open file. Supported file types: *.csv, *.eta. Default: ‘/tmp/test_y6yrg_4p/tmpr81yl71u.csv’.
fnames (list) – Open files. Supported file types: *.csv. Default: ‘/tmp/test_y6yrg_4p/tmpr81yl71u.csv’.
fname_s (str) – Save file. Supported file types: *.eta. Default: ‘/tmp/test_y6yrg_4p/tmp7rpp1lqy.eta’.
fname (str) – Open file. Supported file types: *.csv, *.eta. Default: ‘/tmp/test_cajl1jbh/tmp814ujfir.csv’.
fnames (list) – Open files. Supported file types: *.csv. Default: ‘/tmp/test_cajl1jbh/tmp814ujfir.csv’.
fname_s (str) – Save file. Supported file types: *.eta. Default: ‘/tmp/test_cajl1jbh/tmpy6gjcusb.eta’.
string (str) – Default: None.
text (str) – Default: None.
float_slider (float) – Float (with slider). Float between 0 and 1. Default: 0.5.
integer (int) – Integer between 3 and 16. Default: 5.
dtime (datetime.datetime) – Date/time. Default: datetime.datetime(2010, 10, 10, 0, 0).
date (datetime.date) – Default: datetime.date(2010, 10, 10).
bool1 (bool) – Default: None.
Note
│ │ │ │To instanciate a new AutodocExampleParam1
dataset, you can use the classmethod AutodocExampleParam1.create()
like this:
AutodocExampleParam1.create(dir='/tmp/test_y6yrg_4p', a=2.3, b=5, c='default value', type=0, fname='/tmp/test_y6yrg_4p/tmpr81yl71u.csv', fnames='/tmp/test_y6yrg_4p/tmpr81yl71u.csv', fname_s='/tmp/test_y6yrg_4p/tmp7rpp1lqy.eta', string=None, text=None, float_slider=0.5, integer=5, dtime=datetime.datetime(2010, 10, 10, 0, 0), date=datetime.date(2010, 10, 10), bool1=None, bool2=None, color='red', choice='16', mchoice2='rect', floatarray=None, mchoice3=(), mchoice1=(), dictionary=None)
│ │ │ │ +AutodocExampleParam1.create(dir='/tmp/test_cajl1jbh', a=2.3, b=5, c='default value', type=0, fname='/tmp/test_cajl1jbh/tmp814ujfir.csv', fnames='/tmp/test_cajl1jbh/tmp814ujfir.csv', fname_s='/tmp/test_cajl1jbh/tmpy6gjcusb.eta', string=None, text=None, float_slider=0.5, integer=5, dtime=datetime.datetime(2010, 10, 10, 0, 0), date=datetime.date(2010, 10, 10), bool1=None, bool2=None, color='red', choice='16', mchoice2='rect', floatarray=None, mchoice3=(), mchoice1=(), dictionary=None)
│ │ │ │
│ │ │ │
│ │ │ │ You can also first instanciate a default AutodocExampleParam1
and then set the fields like this:
│ │ │ │ param = AutodocExampleParam1()
│ │ │ │ -param.dir = '/tmp/test_y6yrg_4p'
│ │ │ │ +param.dir = '/tmp/test_cajl1jbh'
│ │ │ │ param.a = 2.3
│ │ │ │ param.b = 5
│ │ │ │ param.c = 'default value'
│ │ │ │ param.type = 0
│ │ │ │ -param.fname = '/tmp/test_y6yrg_4p/tmpr81yl71u.csv'
│ │ │ │ -param.fnames = '/tmp/test_y6yrg_4p/tmpr81yl71u.csv'
│ │ │ │ -param.fname_s = '/tmp/test_y6yrg_4p/tmp7rpp1lqy.eta'
│ │ │ │ +param.fname = '/tmp/test_cajl1jbh/tmp814ujfir.csv'
│ │ │ │ +param.fnames = '/tmp/test_cajl1jbh/tmp814ujfir.csv'
│ │ │ │ +param.fname_s = '/tmp/test_cajl1jbh/tmpy6gjcusb.eta'
│ │ │ │ param.string = None
│ │ │ │ param.text = None
│ │ │ │ param.float_slider = 0.5
│ │ │ │ param.integer = 5
│ │ │ │ param.dtime = datetime.datetime(2010, 10, 10, 0, 0)
│ │ │ │ param.date = datetime.date(2010, 10, 10)
│ │ │ │ param.bool1 = None
│ │ │ │ @@ -547,20 +547,20 @@
│ │ │ │
│ │ │ │ class autodoc_example.AutodocExampleParam2(title: str | None = None, comment: str | None = None, icon: str = '', readonly: bool = False)¶
│ │ │ │ Example of a complete dataset with all possible items. Used as an autodoc
│ │ │ │ example.
│ │ │ │
│ │ │ │ Note
│ │ │ │ To instanciate a new AutodocExampleParam2
dataset, you can use the classmethod AutodocExampleParam2.create()
like this:
│ │ │ │ -AutodocExampleParam2.create(dir='/tmp/test_y6yrg_4p', a=2.3, b=5, c='default value', type=0, fname='/tmp/test_y6yrg_4p/tmpr81yl71u.csv', fnames='/tmp/test_y6yrg_4p/tmpr81yl71u.csv', fname_s='/tmp/test_y6yrg_4p/tmp7rpp1lqy.eta', string=None, text=None, float_slider=0.5, integer=5, dtime=datetime.datetime(2010, 10, 10, 0, 0), date=datetime.date(2010, 10, 10), bool1=None, bool2=None, color='red', choice='16', mchoice2='rect', floatarray=None, mchoice3=(), mchoice1=(), dictionary=None)
│ │ │ │ +AutodocExampleParam2.create(dir='/tmp/test_cajl1jbh', a=2.3, b=5, c='default value', type=0, fname='/tmp/test_cajl1jbh/tmp814ujfir.csv', fnames='/tmp/test_cajl1jbh/tmp814ujfir.csv', fname_s='/tmp/test_cajl1jbh/tmpy6gjcusb.eta', string=None, text=None, float_slider=0.5, integer=5, dtime=datetime.datetime(2010, 10, 10, 0, 0), date=datetime.date(2010, 10, 10), bool1=None, bool2=None, color='red', choice='16', mchoice2='rect', floatarray=None, mchoice3=(), mchoice1=(), dictionary=None)
│ │ │ │
│ │ │ │
│ │ │ │ You can also first instanciate a default AutodocExampleParam2
and then set the fields like this:
│ │ │ │ param = AutodocExampleParam2()
│ │ │ │ -param.dir = '/tmp/test_y6yrg_4p'
│ │ │ │ +param.dir = '/tmp/test_cajl1jbh'
│ │ │ │ param.a = 2.3
│ │ │ │ param.b = 5
│ │ │ │ param.c = 'default value'
│ │ │ │ param.type = 0
│ │ │ │ ...
│ │ │ │
│ │ │ │
│ │ │ │ ├── html2text {}
│ │ │ │ │ @@ -138,15 +138,15 @@
│ │ │ │ │ :shownote:
│ │ │ │ │ The second example line would result in the following documentation:
│ │ │ │ │ ccllaassss autodoc_example.AutodocExampleParam1_¶
│ │ │ │ │ Example of a complete dataset with all possible items. Used as an
│ │ │ │ │ autodoc
│ │ │ │ │ example.
│ │ │ │ │ dir_¶
│ │ │ │ │ - DDiirreeccttoorryy. Default: ‘/tmp/test_y6yrg_4p’.
│ │ │ │ │ + DDiirreeccttoorryy. Default: ‘/tmp/test_cajl1jbh’.
│ │ │ │ │ Type:
│ │ │ │ │ _g_u_i_d_a_t_a_._d_a_t_a_s_e_t_._d_a_t_a_i_t_e_m_s_._D_i_r_e_c_t_o_r_y_I_t_e_m
│ │ │ │ │ a_¶
│ │ │ │ │ Parameter #1. Default: 2.3.
│ │ │ │ │ Type:
│ │ │ │ │ _g_u_i_d_a_t_a_._d_a_t_a_s_e_t_._d_a_t_a_i_t_e_m_s_._F_l_o_a_t_I_t_e_m
│ │ │ │ │ b_¶
│ │ │ │ │ @@ -159,25 +159,25 @@
│ │ │ │ │ _g_u_i_d_a_t_a_._d_a_t_a_s_e_t_._d_a_t_a_i_t_e_m_s_._S_t_r_i_n_g_I_t_e_m
│ │ │ │ │ type_¶
│ │ │ │ │ Processing algorithm. Single choice from: 0, 1, 2. Default: 0.
│ │ │ │ │ Type:
│ │ │ │ │ _g_u_i_d_a_t_a_._d_a_t_a_s_e_t_._d_a_t_a_i_t_e_m_s_._C_h_o_i_c_e_I_t_e_m
│ │ │ │ │ fname_¶
│ │ │ │ │ Open file. Supported file types: *.csv, *.eta. Default: ‘/tmp/
│ │ │ │ │ - test_y6yrg_4p/tmpr81yl71u.csv’.
│ │ │ │ │ + test_cajl1jbh/tmp814ujfir.csv’.
│ │ │ │ │ Type:
│ │ │ │ │ _g_u_i_d_a_t_a_._d_a_t_a_s_e_t_._d_a_t_a_i_t_e_m_s_._F_i_l_e_O_p_e_n_I_t_e_m
│ │ │ │ │ fnames_¶
│ │ │ │ │ Open files. Supported file types: *.csv. Default: ‘/tmp/
│ │ │ │ │ - test_y6yrg_4p/tmpr81yl71u.csv’.
│ │ │ │ │ + test_cajl1jbh/tmp814ujfir.csv’.
│ │ │ │ │ Type:
│ │ │ │ │ _g_u_i_d_a_t_a_._d_a_t_a_s_e_t_._d_a_t_a_i_t_e_m_s_._F_i_l_e_s_O_p_e_n_I_t_e_m
│ │ │ │ │ fname_s_¶
│ │ │ │ │ Save file. Supported file types: *.eta. Default: ‘/tmp/
│ │ │ │ │ - test_y6yrg_4p/tmp7rpp1lqy.eta’.
│ │ │ │ │ + test_cajl1jbh/tmpy6gjcusb.eta’.
│ │ │ │ │ Type:
│ │ │ │ │ _g_u_i_d_a_t_a_._d_a_t_a_s_e_t_._d_a_t_a_i_t_e_m_s_._F_i_l_e_S_a_v_e_I_t_e_m
│ │ │ │ │ string_¶
│ │ │ │ │ Default: None.
│ │ │ │ │ Type:
│ │ │ │ │ _g_u_i_d_a_t_a_._d_a_t_a_s_e_t_._d_a_t_a_i_t_e_m_s_._S_t_r_i_n_g_I_t_e_m
│ │ │ │ │ text_¶
│ │ │ │ │ @@ -244,27 +244,27 @@
│ │ │ │ │ ffllooaatt__sslliiddeerr:: _ff_ll_oo_aa_tt, iinntteeggeerr:: _ii_nn_tt, ddttiimmee:: _dd_aa_tt_ee_tt_ii_mm_ee_.._dd_aa_tt_ee_tt_ii_mm_ee, ddaattee::
│ │ │ │ │ _dd_aa_tt_ee_tt_ii_mm_ee_.._dd_aa_tt_ee, bbooooll11:: _bb_oo_oo_ll, bbooooll22:: _bb_oo_oo_ll, ccoolloorr:: _ss_tt_rr, cchhooiiccee:: _ii_nn_tt || _ss_tt_rr,
│ │ │ │ │ mmcchhooiiccee22:: _ss_tt_rr, ffllooaattaarrrraayy:: nnuummppyy..nnddaarrrraayy, mmcchhooiiccee33:: _ii_nn_tt, mmcchhooiiccee11:: _ii_nn_tt,
│ │ │ │ │ ddiiccttiioonnaarryy:: _dd_ii_cc_tt) → _a_u_t_o_d_o_c___e_x_a_m_p_l_e_._A_u_t_o_d_o_c_E_x_a_m_p_l_e_P_a_r_a_m_1_¶
│ │ │ │ │ Returns a new instance of _A_u_t_o_d_o_c_E_x_a_m_p_l_e_P_a_r_a_m_1 with the fields set
│ │ │ │ │ to the given values.
│ │ │ │ │ Parameters:
│ │ │ │ │ - * ddiirr (_ss_tt_rr) – DDiirreeccttoorryy. Default: ‘/tmp/test_y6yrg_4p’.
│ │ │ │ │ + * ddiirr (_ss_tt_rr) – DDiirreeccttoorryy. Default: ‘/tmp/test_cajl1jbh’.
│ │ │ │ │ * aa (_ff_ll_oo_aa_tt) – Parameter #1. Default: 2.3.
│ │ │ │ │ * bb (_ii_nn_tt) – Parameter #2. Integer between 0 and 10.
│ │ │ │ │ Default: 5.
│ │ │ │ │ * cc (_ss_tt_rr) – Parameter #3. Default: ‘default value’.
│ │ │ │ │ * ttyyppee (_ii_nn_tt) – Processing algorithm. Single choice from:
│ │ │ │ │ 0, 1, 2. Default: 0.
│ │ │ │ │ * ffnnaammee (_ss_tt_rr) – Open file. Supported file types: *.csv,
│ │ │ │ │ - *.eta. Default: ‘/tmp/test_y6yrg_4p/tmpr81yl71u.csv’.
│ │ │ │ │ + *.eta. Default: ‘/tmp/test_cajl1jbh/tmp814ujfir.csv’.
│ │ │ │ │ * ffnnaammeess (_ll_ii_ss_tt) – Open files. Supported file types:
│ │ │ │ │ - *.csv. Default: ‘/tmp/test_y6yrg_4p/tmpr81yl71u.csv’.
│ │ │ │ │ + *.csv. Default: ‘/tmp/test_cajl1jbh/tmp814ujfir.csv’.
│ │ │ │ │ * ffnnaammee__ss (_ss_tt_rr) – Save file. Supported file types: *.eta.
│ │ │ │ │ - Default: ‘/tmp/test_y6yrg_4p/tmp7rpp1lqy.eta’.
│ │ │ │ │ + Default: ‘/tmp/test_cajl1jbh/tmpy6gjcusb.eta’.
│ │ │ │ │ * ssttrriinngg (_ss_tt_rr) – Default: None.
│ │ │ │ │ * tteexxtt (_ss_tt_rr) – Default: None.
│ │ │ │ │ * ffllooaatt__sslliiddeerr (_ff_ll_oo_aa_tt) – Float (with slider). Float
│ │ │ │ │ between 0 and 1. Default: 0.5.
│ │ │ │ │ * iinntteeggeerr (_ii_nn_tt) – Integer between 3 and 16. Default: 5.
│ │ │ │ │ * ddttiimmee (_dd_aa_tt_ee_tt_ii_mm_ee_.._dd_aa_tt_ee_tt_ii_mm_ee) – Date/time. Default:
│ │ │ │ │ datetime.datetime(2010, 10, 10, 0, 0).
│ │ │ │ │ @@ -285,32 +285,32 @@
│ │ │ │ │ * ddiiccttiioonnaarryy (_dd_ii_cc_tt) – This is a dictionary. Default:
│ │ │ │ │ None.
│ │ │ │ │ Returns:
│ │ │ │ │ New instance of _A_u_t_o_d_o_c_E_x_a_m_p_l_e_P_a_r_a_m_1.
│ │ │ │ │ Note
│ │ │ │ │ To instanciate a new _A_u_t_o_d_o_c_E_x_a_m_p_l_e_P_a_r_a_m_1 dataset, you can use the
│ │ │ │ │ classmethod _A_u_t_o_d_o_c_E_x_a_m_p_l_e_P_a_r_a_m_1_._c_r_e_a_t_e_(_) like this:
│ │ │ │ │ - AutodocExampleParam1.create(dir='/tmp/test_y6yrg_4p', a=2.3, b=5,
│ │ │ │ │ - c='default value', type=0, fname='/tmp/test_y6yrg_4p/tmpr81yl71u.csv',
│ │ │ │ │ - fnames='/tmp/test_y6yrg_4p/tmpr81yl71u.csv', fname_s='/tmp/test_y6yrg_4p/
│ │ │ │ │ - tmp7rpp1lqy.eta', string=None, text=None, float_slider=0.5, integer=5,
│ │ │ │ │ + AutodocExampleParam1.create(dir='/tmp/test_cajl1jbh', a=2.3, b=5,
│ │ │ │ │ + c='default value', type=0, fname='/tmp/test_cajl1jbh/tmp814ujfir.csv',
│ │ │ │ │ + fnames='/tmp/test_cajl1jbh/tmp814ujfir.csv', fname_s='/tmp/test_cajl1jbh/
│ │ │ │ │ + tmpy6gjcusb.eta', string=None, text=None, float_slider=0.5, integer=5,
│ │ │ │ │ dtime=datetime.datetime(2010, 10, 10, 0, 0), date=datetime.date(2010, 10,
│ │ │ │ │ 10), bool1=None, bool2=None, color='red', choice='16', mchoice2='rect',
│ │ │ │ │ floatarray=None, mchoice3=(), mchoice1=(), dictionary=None)
│ │ │ │ │ You can also first instanciate a default _A_u_t_o_d_o_c_E_x_a_m_p_l_e_P_a_r_a_m_1 and then
│ │ │ │ │ set the fields like this:
│ │ │ │ │ param = AutodocExampleParam1()
│ │ │ │ │ - param.dir = '/tmp/test_y6yrg_4p'
│ │ │ │ │ + param.dir = '/tmp/test_cajl1jbh'
│ │ │ │ │ param.a = 2.3
│ │ │ │ │ param.b = 5
│ │ │ │ │ param.c = 'default value'
│ │ │ │ │ param.type = 0
│ │ │ │ │ - param.fname = '/tmp/test_y6yrg_4p/tmpr81yl71u.csv'
│ │ │ │ │ - param.fnames = '/tmp/test_y6yrg_4p/tmpr81yl71u.csv'
│ │ │ │ │ - param.fname_s = '/tmp/test_y6yrg_4p/tmp7rpp1lqy.eta'
│ │ │ │ │ + param.fname = '/tmp/test_cajl1jbh/tmp814ujfir.csv'
│ │ │ │ │ + param.fnames = '/tmp/test_cajl1jbh/tmp814ujfir.csv'
│ │ │ │ │ + param.fname_s = '/tmp/test_cajl1jbh/tmpy6gjcusb.eta'
│ │ │ │ │ param.string = None
│ │ │ │ │ param.text = None
│ │ │ │ │ param.float_slider = 0.5
│ │ │ │ │ param.integer = 5
│ │ │ │ │ param.dtime = datetime.datetime(2010, 10, 10, 0, 0)
│ │ │ │ │ param.date = datetime.date(2010, 10, 10)
│ │ │ │ │ param.bool1 = None
│ │ │ │ │ @@ -342,25 +342,25 @@
│ │ │ │ │ ccllaassss autodoc_example.AutodocExampleParam2(ttiittllee:: _ss_tt_rr || _NN_oo_nn_ee == NNoonnee, ccoommmmeenntt::
│ │ │ │ │ _ss_tt_rr || _NN_oo_nn_ee == NNoonnee, iiccoonn:: _ss_tt_rr == '''', rreeaaddoonnllyy:: _bb_oo_oo_ll == FFaallssee)_¶
│ │ │ │ │ Example of a complete dataset with all possible items. Used as an autodoc
│ │ │ │ │ example.
│ │ │ │ │ Note
│ │ │ │ │ To instanciate a new _A_u_t_o_d_o_c_E_x_a_m_p_l_e_P_a_r_a_m_2 dataset, you can use the
│ │ │ │ │ classmethod AutodocExampleParam2.create() like this:
│ │ │ │ │ - AutodocExampleParam2.create(dir='/tmp/test_y6yrg_4p', a=2.3, b=5,
│ │ │ │ │ - c='default value', type=0, fname='/tmp/test_y6yrg_4p/tmpr81yl71u.csv',
│ │ │ │ │ - fnames='/tmp/test_y6yrg_4p/tmpr81yl71u.csv', fname_s='/tmp/test_y6yrg_4p/
│ │ │ │ │ - tmp7rpp1lqy.eta', string=None, text=None, float_slider=0.5, integer=5,
│ │ │ │ │ + AutodocExampleParam2.create(dir='/tmp/test_cajl1jbh', a=2.3, b=5,
│ │ │ │ │ + c='default value', type=0, fname='/tmp/test_cajl1jbh/tmp814ujfir.csv',
│ │ │ │ │ + fnames='/tmp/test_cajl1jbh/tmp814ujfir.csv', fname_s='/tmp/test_cajl1jbh/
│ │ │ │ │ + tmpy6gjcusb.eta', string=None, text=None, float_slider=0.5, integer=5,
│ │ │ │ │ dtime=datetime.datetime(2010, 10, 10, 0, 0), date=datetime.date(2010, 10,
│ │ │ │ │ 10), bool1=None, bool2=None, color='red', choice='16', mchoice2='rect',
│ │ │ │ │ floatarray=None, mchoice3=(), mchoice1=(), dictionary=None)
│ │ │ │ │ You can also first instanciate a default _A_u_t_o_d_o_c_E_x_a_m_p_l_e_P_a_r_a_m_2 and then
│ │ │ │ │ set the fields like this:
│ │ │ │ │ param = AutodocExampleParam2()
│ │ │ │ │ - param.dir = '/tmp/test_y6yrg_4p'
│ │ │ │ │ + param.dir = '/tmp/test_cajl1jbh'
│ │ │ │ │ param.a = 2.3
│ │ │ │ │ param.b = 5
│ │ │ │ │ param.c = 'default value'
│ │ │ │ │ param.type = 0
│ │ │ │ │ ...
│ │ │ │ │ _[_L_o_g_o_ _o_f_ _g_u_i_d_a_t_a_]
│ │ │ │ │ ******** _TT_aa_bb_ll_ee_ _oo_ff_ _CC_oo_nn_tt_ee_nn_tt_ss ********
│ │ │ ├── ./usr/share/doc/python-guidata-doc/html/searchindex.js
│ │ │ │ ├── js-beautify {}
│ │ │ │ │ @@ -3644,14 +3644,15 @@
│ │ │ │ │ "test": [0, 1, 2, 4, 6, 7, 8, 9, 10, 13, 18, 21, 22, 23],
│ │ │ │ │ "test_": [0, 7],
│ │ │ │ │ "test_activable_dataset": 7,
│ │ │ │ │ "test_all_featur": [1, 7],
│ │ │ │ │ "test_all_item": 7,
│ │ │ │ │ "test_arrayeditor": 23,
│ │ │ │ │ "test_bool_selector": 7,
│ │ │ │ │ + "test_cajl1jbh": 0,
│ │ │ │ │ "test_callback": 1,
│ │ │ │ │ "test_codeeditor": 23,
│ │ │ │ │ "test_collectionseditor": 23,
│ │ │ │ │ "test_consol": 23,
│ │ │ │ │ "test_data": 23,
│ │ │ │ │ "test_dataframeeditor": [1, 23],
│ │ │ │ │ "test_dataset_from_dict": 7,
│ │ │ │ │ @@ -3668,15 +3669,14 @@
│ │ │ │ │ "test_loadsave_json": 7,
│ │ │ │ │ "test_packag": 17,
│ │ │ │ │ "test_pd_td": 23,
│ │ │ │ │ "test_seri": 23,
│ │ │ │ │ "test_timedelta": 23,
│ │ │ │ │ "test_timestamp": 23,
│ │ │ │ │ "test_update_restore_dataset": 7,
│ │ │ │ │ - "test_y6yrg_4p": 0,
│ │ │ │ │ "testdat": 23,
│ │ │ │ │ "testdict": 23,
│ │ │ │ │ "testmodul": [1, 17],
│ │ │ │ │ "text": [0, 1, 5, 7, 13, 14, 15, 16, 20, 21, 23],
│ │ │ │ │ "text_edit": 13,
│ │ │ │ │ "text_to_qcolor": 6,
│ │ │ │ │ "texteditor": 21,
│ │ │ │ │ @@ -3703,16 +3703,16 @@
│ │ │ │ │ "timedelta_pd": 23,
│ │ │ │ │ "timeout": [1, 21],
│ │ │ │ │ "timer": 6,
│ │ │ │ │ "timestamp": 23,
│ │ │ │ │ "tip": [7, 21],
│ │ │ │ │ "titl": [0, 1, 7, 13, 16, 21, 23],
│ │ │ │ │ "tmp": 0,
│ │ │ │ │ - "tmp7rpp1lqy": 0,
│ │ │ │ │ - "tmpr81yl71u": 0,
│ │ │ │ │ + "tmp814ujfir": 0,
│ │ │ │ │ + "tmpy6gjcusb": 0,
│ │ │ │ │ "to_str": [1, 6, 13, 20],
│ │ │ │ │ "toc": 6,
│ │ │ │ │ "todai": 1,
│ │ │ │ │ "togeth": 13,
│ │ │ │ │ "toggl": [7, 12, 21],
│ │ │ │ │ "toml": [1, 5, 9, 22],
│ │ │ │ │ "tomli": [9, 22],