We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3e09be commit 8d3c3a9Copy full SHA for 8d3c3a9
scubatrace/function.py
@@ -346,7 +346,7 @@ def slice_by_lines(
346
Slices the function to retrieve relevant statements based on the specified lines.
347
348
Args:
349
- lines (list[int]): Slice criteria lines.
+ lines (list[int]): Slice criteria lines. Note that only support the lines in the function body currently.
350
control_depth (int): Slice depth for control flow dependencies.
351
data_dependent_depth (int): Slice depth for data dependencies.
352
control_dependent_depth (int): Slice depth for control-dependent statements.
0 commit comments