@@ -405,8 +405,9 @@ def tree(grp, expand=False, level=None):
405
405
406
406
Notes
407
407
-----
408
- Please note that the behaviour of this function is still evolving and the
409
- default output and/or parameters may change in future versions.
408
+ Please note that this is an experimental feature. The behaviour of this
409
+ function is still evolving and the default output and/or parameters may change
410
+ in future versions.
410
411
411
412
"""
412
413
@@ -552,6 +553,12 @@ def copy_store(source, dest, source_path='', dest_path='', excludes=None,
552
553
array([ 0, 1, 2, ..., 97, 98, 99])
553
554
>>> store2.close() # zip stores need to be closed
554
555
556
+ Notes
557
+ -----
558
+ Please note that this is an experimental feature. The behaviour of this
559
+ function is still evolving and the default behaviour and/or parameters may change
560
+ in future versions.
561
+
555
562
"""
556
563
557
564
# normalize paths
@@ -756,6 +763,12 @@ def copy(source, dest, name=None, shallow=False, without_attrs=False, log=None,
756
763
dry run: 3 copied, 1 skipped
757
764
(3, 1, 0)
758
765
766
+ Notes
767
+ -----
768
+ Please note that this is an experimental feature. The behaviour of this
769
+ function is still evolving and the default behaviour and/or parameters may change
770
+ in future versions.
771
+
759
772
"""
760
773
761
774
# value checks
@@ -1026,6 +1039,12 @@ def copy_all(source, dest, shallow=False, without_attrs=False, log=None,
1026
1039
└── spam (100,) int64
1027
1040
>>> source.close()
1028
1041
1042
+ Notes
1043
+ -----
1044
+ Please note that this is an experimental feature. The behaviour of this
1045
+ function is still evolving and the default behaviour and/or parameters may change
1046
+ in future versions.
1047
+
1029
1048
"""
1030
1049
1031
1050
# value checks
0 commit comments