pystr	pystr
pystr_capitalize	pystr_capitalize
pystr_center	pystr_center
pystr_count	pystr_count
pystr_endswith	pystr_endswith
pystr_find	pystr_find
pystr_format	pystr_format
pystr_index	pystr_index
pystr_isalnum	pystr_isalnum
pystr_isalpha	pystr_isalpha
pystr_islower	pystr_islower
pystr_isnumeric	pystr_isnumeric
pystr_isspace	pystr_isspace
pystr_istitle	pystr_istitle
pystr_isupper	pystr_isupper
pystr_join	pystr_join
pystr_ljust	pystr_ljust
pystr_lower	pystr_lower
pystr_lstrip	pystr_lstrip
pystr_maketrans	pystr_maketrans
pystr_partition	pystr_partition
pystr_replace	pystr_replace
pystr_rfind	pystr_rfind
pystr_rindex	pystr_rindex
pystr_rjust	pystr_rjust
pystr_rpartition	pystr_rpartition
pystr_rsplit	pystr_rsplit
pystr_rstrip	pystr_rstrip
pystr_split	pystr_split
pystr_splitlines	pystr_splitlines
pystr_startswith	pystr_startswith
pystr_strip	pystr_strip
pystr_swapcase	pystr_swapcase
pystr_title	pystr_title
pystr_translate	pystr_translate
pystr_upper	pystr_upper
pystr_zfill	pystr_zfill
