OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:swapcase
(Results
1 - 6
of
6
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
stringold.py
64
def
swapcase
(s):
function
65
"""
swapcase
(s) -> string
71
return s.
swapcase
()
UserString.py
126
def
swapcase
(self): return self.__class__(self.data.
swapcase
())
member in class:UserString
string.py
238
def
swapcase
(s):
function
239
"""
swapcase
(s) -> string
245
return s.
swapcase
()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
stringold.py
64
def
swapcase
(s):
function
65
"""
swapcase
(s) -> string
71
return s.
swapcase
()
UserString.py
126
def
swapcase
(self): return self.__class__(self.data.
swapcase
())
member in class:UserString
string.py
238
def
swapcase
(s):
function
239
"""
swapcase
(s) -> string
245
return s.
swapcase
()
Completed in 50 milliseconds