Home
last modified time | relevance | path

Searched refs:return_self (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Objects/
Dbytearrayobject.c1540 return_self(PyByteArrayObject *self) in return_self() function
1642 return return_self(self); in replace_delete_single_character()
1690 return return_self(self); in replace_delete_substring()
1739 return return_self(self); in replace_single_character_in_place()
1788 return return_self(self); in replace_substring_in_place()
1836 return return_self(self); in replace_single_character()
1906 return return_self(self); in replace_substring()
1967 return return_self(self); in replace()
1973 return return_self(self); in replace()
1989 return return_self(self); in replace()
Dstringobject.c2323 return_self(PyStringObject *self) in return_self() function
2429 return return_self(self); in replace_delete_single_character()
2476 return return_self(self); in replace_delete_substring()
2525 return return_self(self); in replace_single_character_in_place()
2574 return return_self(self); in replace_substring_in_place()
2622 return return_self(self); in replace_single_character()
2691 return return_self(self); in replace_substring()
2752 return return_self(self); in replace()
2758 return return_self(self); in replace()
2774 return return_self(self); in replace()