When creating a Source, you can specify a custom region parser using the from_region method. After the default region has been parsed, the specified parser will be called if it has been set. This allows users to retrieve additional information from the original region by defining their own custom region parser. And, this may be used in issue 74
Description
When creating a
Source
, you can specify a custom region parser using thefrom_region
method. After the default region has been parsed, the specified parser will be called if it has been set. This allows users to retrieve additional information from the original region by defining their own custom region parser. And, this may be used in issue 74Related Issue
https://github.com/lgrcia/prose/issues/74#issuecomment-1523833524
Type of Change
Checklist
CODE_OF_CONDUCT.md
document.CONTRIBUTING.md
guide.