Searched refs:UserString (Results 1 - 14 of 14) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_userstring.py2 # UserString is a wrapper around the native builtin string type.
3 # UserString instances should behave similar to builtin string objects.
7 from UserString import UserString, MutableString namespace
17 type2test = UserString
19 # Overwrite the three testing methods, because UserString
20 # can't cope with arguments propagated to UserString
25 # we don't fix the arguments, because UserString can't cope with it
34 # we don't fix the arguments, because UserString can't cope with it
43 # we don't fix the arguments, because UserString ca
[all...]
H A Dtest_py3kwarn.py411 # UserString.MutableString has been removed in 3.0.
412 import UserString namespace
413 # UserString tests may have already triggered this warning
414 reset_module_registry(UserString)
418 self.assertRaises(DeprecationWarning, UserString.MutableString)
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_userstring.py2 # UserString is a wrapper around the native builtin string type.
3 # UserString instances should behave similar to builtin string objects.
7 from UserString import UserString, MutableString namespace
17 type2test = UserString
19 # Overwrite the three testing methods, because UserString
20 # can't cope with arguments propagated to UserString
25 # we don't fix the arguments, because UserString can't cope with it
34 # we don't fix the arguments, because UserString can't cope with it
43 # we don't fix the arguments, because UserString ca
[all...]
H A Dtest_py3kwarn.py411 # UserString.MutableString has been removed in 3.0.
412 import UserString namespace
413 # UserString tests may have already triggered this warning
414 reset_module_registry(UserString)
418 self.assertRaises(DeprecationWarning, UserString.MutableString)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_userstring.py2 # UserString is a wrapper around the native builtin string type.
3 # UserString instances should behave similar to builtin string objects.
7 from UserString import UserString, MutableString namespace
17 type2test = UserString
19 # Overwrite the three testing methods, because UserString
20 # can't cope with arguments propagated to UserString
25 # we don't fix the arguments, because UserString can't cope with it
34 # we don't fix the arguments, because UserString can't cope with it
43 # we don't fix the arguments, because UserString ca
[all...]
H A Dtest_py3kwarn.py411 # UserString.MutableString has been removed in 3.0.
412 import UserString namespace
413 # UserString tests may have already triggered this warning
414 reset_module_registry(UserString)
418 self.assertRaises(DeprecationWarning, UserString.MutableString)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_userstring.py2 # UserString is a wrapper around the native builtin string type.
3 # UserString instances should behave similar to builtin string objects.
7 from UserString import UserString, MutableString namespace
17 type2test = UserString
19 # Overwrite the three testing methods, because UserString
20 # can't cope with arguments propagated to UserString
25 # we don't fix the arguments, because UserString can't cope with it
34 # we don't fix the arguments, because UserString can't cope with it
43 # we don't fix the arguments, because UserString ca
[all...]
H A Dtest_py3kwarn.py411 # UserString.MutableString has been removed in 3.0.
412 import UserString namespace
413 # UserString tests may have already triggered this warning
414 reset_module_registry(UserString)
418 self.assertRaises(DeprecationWarning, UserString.MutableString)
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A DUserString.py11 __all__ = ["UserString","MutableString"]
13 class UserString(collections.Sequence): class in inherits:collections.Sequence
17 elif isinstance(seq, UserString):
30 if isinstance(string, UserString):
44 if isinstance(other, UserString):
133 class MutableString(UserString, collections.MutableSequence):
143 from UserString and than forget thereby to remove (override) the
144 __hash__ method inherited from UserString. This would lead to
150 warnpy3k('the class UserString.MutableString has been removed in '
159 if isinstance(sub, UserString)
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/
H A DUserString.py11 __all__ = ["UserString","MutableString"]
13 class UserString(collections.Sequence): class in inherits:collections.Sequence
17 elif isinstance(seq, UserString):
30 if isinstance(string, UserString):
44 if isinstance(other, UserString):
133 class MutableString(UserString, collections.MutableSequence):
143 from UserString and than forget thereby to remove (override) the
144 __hash__ method inherited from UserString. This would lead to
150 warnpy3k('the class UserString.MutableString has been removed in '
159 if isinstance(sub, UserString)
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A DUserString.py11 __all__ = ["UserString","MutableString"]
13 class UserString(collections.Sequence): class in inherits:collections.Sequence
17 elif isinstance(seq, UserString):
30 if isinstance(string, UserString):
44 if isinstance(other, UserString):
133 class MutableString(UserString, collections.MutableSequence):
143 from UserString and than forget thereby to remove (override) the
144 __hash__ method inherited from UserString. This would lead to
150 warnpy3k('the class UserString.MutableString has been removed in '
159 if isinstance(sub, UserString)
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A DUserString.py11 __all__ = ["UserString","MutableString"]
13 class UserString(collections.Sequence): class in inherits:collections.Sequence
17 elif isinstance(seq, UserString):
30 if isinstance(string, UserString):
44 if isinstance(other, UserString):
133 class MutableString(UserString, collections.MutableSequence):
143 from UserString and than forget thereby to remove (override) the
144 __hash__ method inherited from UserString. This would lead to
150 warnpy3k('the class UserString.MutableString has been removed in '
159 if isinstance(sub, UserString)
[all...]
/prebuilts/devtools/tools/lib/
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...

Completed in 765 milliseconds