Add support for Angola TIN by unho · Pull Request #388 · arthurdejong/python-stdnum
Navigation Menu
{{ message }}
arthurdejong / python-stdnum Public
- Notifications You must be signed in to change notification settings
- Fork 221
Open
Conversation
unho commented Feb 5, 2023
| This checks the length and formatting. | ||
| """ | ||
| number = compact(number) | ||
| if len(number) not in (10, 14): |
Copy link
Contributor Author
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that length 9 was not implemented since no example could be found that can be confirmed using the search links in the ticket.
arthurdejong
added
the
enhancement
label
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment