OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UserString
(Results
1 - 12
of
12
) sorted by null
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_userstring.py
2
#
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
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
can't cope with i
[
all
...]
test_py3kwarn.py
411
#
UserString
.MutableString has been removed in 3.0.
412
import
UserString
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/
test_userstring.py
2
#
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
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
can't cope with i
[
all
...]
test_py3kwarn.py
411
#
UserString
.MutableString has been removed in 3.0.
412
import
UserString
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/
test_userstring.py
2
#
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
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
can't cope with i
[
all
...]
test_py3kwarn.py
411
#
UserString
.MutableString has been removed in 3.0.
412
import
UserString
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/
test_userstring.py
2
#
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
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
can't cope with i
[
all
...]
test_py3kwarn.py
411
#
UserString
.MutableString has been removed in 3.0.
412
import
UserString
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/
UserString.py
11
__all__ = ["
UserString
","MutableString"]
13
class
UserString
(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/
UserString.py
11
__all__ = ["
UserString
","MutableString"]
13
class
UserString
(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/
UserString.py
11
__all__ = ["
UserString
","MutableString"]
13
class
UserString
(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/
UserString.py
11
__all__ = ["
UserString
","MutableString"]
13
class
UserString
(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
...]
Completed in 564 milliseconds