HomeSort by relevance Sort by last modified time
    Searched full:swapcase (Results 1 - 25 of 67) sorted by null

1 2 3

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
strop.so 
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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()
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
buffer_tests.py 136 self.marshal(b'HeLLo cOmpUteRs').swapcase())
138 self.assertRaises(TypeError, self.marshal(b'hello').swapcase, 42)
test_strop.py 46 self.assertTrue(strop.swapcase("HeLLo cOmpUteRs") == "hEllO CoMPuTErS")
test_bigmem.py 424 s = s.swapcase()
426 self.assertEqual(s[:sublen * 3], SUBSTR.swapcase() * 3)
427 self.assertEqual(s[-sublen * 3:], SUBSTR.swapcase() * 3)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
buffer_tests.py 136 self.marshal(b'HeLLo cOmpUteRs').swapcase())
138 self.assertRaises(TypeError, self.marshal(b'hello').swapcase, 42)
test_strop.py 46 self.assertTrue(strop.swapcase("HeLLo cOmpUteRs") == "hEllO CoMPuTErS")
test_bigmem.py 424 s = s.swapcase()
426 self.assertEqual(s[:sublen * 3], SUBSTR.swapcase() * 3)
427 self.assertEqual(s[-sublen * 3:], SUBSTR.swapcase() * 3)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
buffer_tests.py 136 self.marshal(b'HeLLo cOmpUteRs').swapcase())
138 self.assertRaises(TypeError, self.marshal(b'hello').swapcase, 42)
test_strop.py 46 self.assertTrue(strop.swapcase("HeLLo cOmpUteRs") == "hEllO CoMPuTErS")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
buffer_tests.py 136 self.marshal(b'HeLLo cOmpUteRs').swapcase())
138 self.assertRaises(TypeError, self.marshal(b'hello').swapcase, 42)
test_strop.py 46 self.assertTrue(strop.swapcase("HeLLo cOmpUteRs") == "hEllO CoMPuTErS")
  /external/opencv3/3rdparty/jinja2/markupsafe/
__init__.py 180 'translate', 'expandtabs', 'swapcase', 'zfill':
  /external/chromium-trace/catapult/telemetry/docs/pydoc/
telemetry.core.os_version.html 304 <dl><dt><a name="OSVersion-swapcase"><strong>swapcase</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-swapcase">swapcase</a>()&nbsp;-&gt;&nbsp;string<br>

Completed in 1185 milliseconds

1 2 3