↓ 2 callersFunctiondigit >>> digit(1234, 0, 10) 4 >>> digit(1234, 1, 10) 3 >>> digit(1234, 2, 10) 2 >>> digit(1234, 3, 10) 1
dask/utils.py:1143
↓ 2 callersFunctionexpand_tuple >>> expand_tuple((2, 4), 2) (1, 1, 2, 2) >>> expand_tuple((2, 4), 3) (1, 1, 1, 1, 2) >>> expand_tuple((3, 4), 2) (1, 2, 2,
dask/array/reshape.py:229
↓ 2 callersFunctionfractional_slice >>> fractional_slice(('x', 5.1), {0: 2}) (<built-in function getitem>, ('x', 5), (slice(-2, None, None),)) >>> fractional_slice(('x', 3
dask/layers.py:323
↓ 2 callersFunctionmake_dataframe_part(index_dtype, start, end, dtypes, columns, state_data, kwargs)
dask/dataframe/io/demo.py:301
↓ 2 callersFunctionmoment_agg(
pairs,
order=2,
ddof=0,
dtype="f8",
sum=np.sum,
axis=None,
computing_meta=False,
dask/array/reductions.py:511
↓ 2 callersFunctionmoment_chunk(
A,
order=2,
sum=chunk.sum,
numel=numel,
dtype="f8",
computing_meta=False,
implic
dask/array/reductions.py:427
↓ 2 callersFunctionmoment_combine(
pairs,
order=2,
ddof=0,
dtype="f8",
sum=np.sum,
axis=None,
computing_meta=False,
dask/array/reductions.py:467