Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.11/site-packages/nameparser/config/bound_first_names.py: 50%

Shortcuts on this page

r m x   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

2 statements  

1#: Bound Arabic given-name prefixes that attach to the following word to form 

2#: one first name (e.g. "abdul salam" → first name "abdul salam"). They are 

3#: never standalone names. Join logic runs in the given-name region only, 

4#: mirroring :py:data:`~nameparser.config.prefixes.PREFIXES` for last names. 

5BOUND_FIRST_NAMES: set[str] = { 

6 'abdul', 

7 'abdel', 

8 'abdal', 

9 'abu', 

10 'abou', 

11 'umm', 

12}