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

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

3 statements  

1CAPITALIZATION_EXCEPTIONS = { 

2 'ii': 'II', 

3 'iii': 'III', 

4 'iv': 'IV', 

5 'md': 'M.D.', 

6 'phd': 'Ph.D.', 

7} 

8""" 

9Any pieces that are not capitalized by capitalizing the first letter. 

10"""