janus.metrics.splitting#
Attributes#
Functions#
|
Registers a pairing method for splitting strings in files |
|
Split the source text by file |
Module Contents#
- janus.metrics.splitting.register_splitting_method(name=None)#
Registers a pairing method for splitting strings in files
- Parameters:
name (None | str) – The name of the splitting method. If None, the function name is used.
help – The help text for the pairing method.
- Returns:
The decorator function.
- Return type:
Callable[[Callable], Callable]