mirror of
https://github.com/python/cpython.git
synced 2024-11-25 10:54:51 +08:00
d23f8224e9
svn+ssh://pythondev@svn.python.org/python/trunk ........ r70712 | benjamin.peterson | 2009-03-30 10:15:38 -0500 (Mon, 30 Mar 2009) | 1 line don't rely on the order dict repr #5605 ........ r70714 | brett.cannon | 2009-03-30 10:20:53 -0500 (Mon, 30 Mar 2009) | 1 line Add an entry to developers.txt. ........ r70764 | martin.v.loewis | 2009-03-30 17:06:33 -0500 (Mon, 30 Mar 2009) | 2 lines Add several VM developers. ........ r70765 | georg.brandl | 2009-03-30 17:09:34 -0500 (Mon, 30 Mar 2009) | 1 line #5199: make warning about vars() assignment more visible. ........ r70769 | andrew.kuchling | 2009-03-30 17:29:53 -0500 (Mon, 30 Mar 2009) | 1 line Remove comment ........ r70770 | andrew.kuchling | 2009-03-30 17:30:20 -0500 (Mon, 30 Mar 2009) | 1 line Add several items and placeholders ........ r70771 | andrew.kuchling | 2009-03-30 17:31:11 -0500 (Mon, 30 Mar 2009) | 1 line Many edits ........ r70773 | georg.brandl | 2009-03-30 17:43:00 -0500 (Mon, 30 Mar 2009) | 1 line #5039: make it clear that the impl. note refers to CPython. ........ r70776 | andrew.kuchling | 2009-03-30 18:08:24 -0500 (Mon, 30 Mar 2009) | 1 line typo fix ........ r70777 | andrew.kuchling | 2009-03-30 18:09:46 -0500 (Mon, 30 Mar 2009) | 1 line Add more items ........ r70788 | andrew.kuchling | 2009-03-30 20:21:01 -0500 (Mon, 30 Mar 2009) | 1 line Add various items ........ r70789 | georg.brandl | 2009-03-30 20:25:15 -0500 (Mon, 30 Mar 2009) | 1 line Fix a wrong struct field assignment (docstring as closure). ........ r70824 | georg.brandl | 2009-03-31 10:43:20 -0500 (Tue, 31 Mar 2009) | 1 line #5519: remove reference to Kodos, which seems dead. ........ r70828 | georg.brandl | 2009-03-31 10:50:16 -0500 (Tue, 31 Mar 2009) | 1 line #5581: fget argument of abstractproperty is optional as well. ........ r70832 | georg.brandl | 2009-03-31 11:31:11 -0500 (Tue, 31 Mar 2009) | 1 line #1386675: specify WindowsError as the exception, because it has a winerror attribute that EnvironmentError doesnt have. ........ r70836 | georg.brandl | 2009-03-31 11:50:25 -0500 (Tue, 31 Mar 2009) | 1 line #5417: replace references to undocumented functions by ones to documented functions. ........ r70842 | georg.brandl | 2009-03-31 12:13:06 -0500 (Tue, 31 Mar 2009) | 1 line #970783: document PyObject_Generic[GS]etAttr. ........ r70851 | georg.brandl | 2009-03-31 13:26:55 -0500 (Tue, 31 Mar 2009) | 1 line #837577: note cryptic return value of spawn*e on invalid env dicts. ........ r70855 | georg.brandl | 2009-03-31 13:30:37 -0500 (Tue, 31 Mar 2009) | 1 line #5245: note that PyRun_SimpleString doesnt return on SystemExit. ........ r70857 | georg.brandl | 2009-03-31 13:33:10 -0500 (Tue, 31 Mar 2009) | 1 line #5227: note that Py_Main doesnt return on SystemExit. ........ r70866 | georg.brandl | 2009-03-31 14:06:57 -0500 (Tue, 31 Mar 2009) | 1 line #4882: document named group behavior a bit better. ........ r70867 | georg.brandl | 2009-03-31 14:10:35 -0500 (Tue, 31 Mar 2009) | 1 line #1096310: document usage of sys.__std*__ a bit better. ........ r70868 | georg.brandl | 2009-03-31 14:12:17 -0500 (Tue, 31 Mar 2009) | 1 line #5190: export make_option in __all__. ........ r70869 | georg.brandl | 2009-03-31 14:14:42 -0500 (Tue, 31 Mar 2009) | 1 line Fix-up unwanted change. ........ r70870 | georg.brandl | 2009-03-31 14:26:24 -0500 (Tue, 31 Mar 2009) | 1 line #4411: document mro() and __mro__. (I hope I got it right.) ........ r70871 | georg.brandl | 2009-03-31 14:30:56 -0500 (Tue, 31 Mar 2009) | 1 line #5618: fix typo. ........ r70872 | r.david.murray | 2009-03-31 14:31:17 -0500 (Tue, 31 Mar 2009) | 3 lines Delete out-of-date and little-known README from the test directory by consensus of devs at pycon sprint. ........ r70883 | georg.brandl | 2009-03-31 15:41:08 -0500 (Tue, 31 Mar 2009) | 1 line #1674032: return value of flag from Event.wait(). OKed by Guido. ........ r70885 | tarek.ziade | 2009-03-31 15:48:31 -0500 (Tue, 31 Mar 2009) | 1 line using log.warn for sys.stderr ........ r70893 | georg.brandl | 2009-03-31 15:56:32 -0500 (Tue, 31 Mar 2009) | 1 line #1530012: move TQS section before raw strings. ........ r70894 | benjamin.peterson | 2009-03-31 16:06:30 -0500 (Tue, 31 Mar 2009) | 1 line take the usual lock precautions around _active_limbo_lock ........ r70896 | georg.brandl | 2009-03-31 16:15:33 -0500 (Tue, 31 Mar 2009) | 1 line #5598: document DocFileSuite *args argument. ........ r70897 | benjamin.peterson | 2009-03-31 16:34:42 -0500 (Tue, 31 Mar 2009) | 1 line fix Thread.ident when it is the main thread or a dummy thread #5632 ........ r70903 | georg.brandl | 2009-03-31 16:45:18 -0500 (Tue, 31 Mar 2009) | 1 line #1676135: remove trailing slashes from --prefix argument. ........ r70905 | georg.brandl | 2009-03-31 17:03:40 -0500 (Tue, 31 Mar 2009) | 1 line #5563: more documentation for bdist_msi. ........ r70906 | georg.brandl | 2009-03-31 17:11:53 -0500 (Tue, 31 Mar 2009) | 1 line #1651995: fix _convert_ref for non-ASCII characters. ........ r70907 | georg.brandl | 2009-03-31 17:18:19 -0500 (Tue, 31 Mar 2009) | 1 line #3427: document correct return type for urlopen().info(). ........ r70915 | georg.brandl | 2009-03-31 17:40:16 -0500 (Tue, 31 Mar 2009) | 1 line #5018: remove confusing paragraph. ........ r70927 | georg.brandl | 2009-03-31 18:01:27 -0500 (Tue, 31 Mar 2009) | 1 line Dont shout to users. ........ r70933 | georg.brandl | 2009-03-31 19:04:33 -0500 (Tue, 31 Mar 2009) | 2 lines Issue #5635: Fix running test_sys with tracing enabled. ........ r70951 | georg.brandl | 2009-04-01 09:02:27 -0500 (Wed, 01 Apr 2009) | 1 line Add Maksim, who worked on several issues at the sprint. ........ r70960 | jesse.noller | 2009-04-01 11:42:19 -0500 (Wed, 01 Apr 2009) | 1 line Issue 3270: document Listener address restrictions on windows ........ r70962 | brett.cannon | 2009-04-01 12:07:16 -0500 (Wed, 01 Apr 2009) | 2 lines Ron DuPlain was given commit privileges at PyCon 2009 to work on 3to2. ........ r70963 | georg.brandl | 2009-04-01 12:46:01 -0500 (Wed, 01 Apr 2009) | 1 line #5655: fix docstring oversight. ........ r70964 | brett.cannon | 2009-04-01 12:52:13 -0500 (Wed, 01 Apr 2009) | 2 lines Paul Kippes was given commit privileges to work on 3to2. ........ r70998 | georg.brandl | 2009-04-01 16:54:21 -0500 (Wed, 01 Apr 2009) | 1 line In Pdb, stop assigning values to __builtin__._ which interferes with the one commonly installed by gettext. ........ r71001 | brett.cannon | 2009-04-01 18:01:12 -0500 (Wed, 01 Apr 2009) | 3 lines Add my initials to Misc/developers.txt. Names are now sorted by number of characters in the person's name. ........ r71006 | georg.brandl | 2009-04-01 18:32:17 -0500 (Wed, 01 Apr 2009) | 1 line Cache the f_locals dict of the current frame, since every access to frame.f_locals overrides its contents with the real locals which undoes modifications made by the debugging user. ........ r71008 | andrew.kuchling | 2009-04-01 19:02:14 -0500 (Wed, 01 Apr 2009) | 1 line Typo fix ........ r71010 | benjamin.peterson | 2009-04-01 19:11:52 -0500 (Wed, 01 Apr 2009) | 1 line fix markup ........ r71011 | benjamin.peterson | 2009-04-01 19:12:47 -0500 (Wed, 01 Apr 2009) | 1 line this should be :noindex: ........ r71019 | georg.brandl | 2009-04-01 21:00:01 -0500 (Wed, 01 Apr 2009) | 1 line Fix test_doctest, missed two assignments to curframe. ........ r71037 | r.david.murray | 2009-04-01 23:34:04 -0500 (Wed, 01 Apr 2009) | 6 lines Clarify that datetime strftime does not produce leap seconds and datetime strptime does not accept it in the strftime behavior section of the datetime docs. Closes issue 2568. ........ r71056 | georg.brandl | 2009-04-02 12:43:07 -0500 (Thu, 02 Apr 2009) | 2 lines Actually the displayhook should print the repr. ........ r71094 | vinay.sajip | 2009-04-03 05:23:18 -0500 (Fri, 03 Apr 2009) | 1 line Added warning about logging use from asynchronous signal handlers. ........ r71101 | andrew.kuchling | 2009-04-03 16:43:00 -0500 (Fri, 03 Apr 2009) | 1 line Add some items ........ r71102 | andrew.kuchling | 2009-04-03 16:44:49 -0500 (Fri, 03 Apr 2009) | 1 line Fix 'the the'; grammar fix ........ r71103 | andrew.kuchling | 2009-04-03 16:45:29 -0500 (Fri, 03 Apr 2009) | 1 line Fix 'the the' duplication ........ r71106 | vinay.sajip | 2009-04-03 16:58:16 -0500 (Fri, 03 Apr 2009) | 1 line Clarified warning about logging use from asynchronous signal handlers. ........ r71119 | raymond.hettinger | 2009-04-04 00:37:47 -0500 (Sat, 04 Apr 2009) | 1 line Add helpful link. ........ r71123 | r.david.murray | 2009-04-04 01:39:56 -0500 (Sat, 04 Apr 2009) | 2 lines Fix error in description of 'oct' (issue 5678). ........ r71149 | georg.brandl | 2009-04-04 08:42:39 -0500 (Sat, 04 Apr 2009) | 1 line #5642: clarify map() compatibility to the builtin. ........ r71150 | georg.brandl | 2009-04-04 08:45:49 -0500 (Sat, 04 Apr 2009) | 1 line #5601: clarify that webbrowser is not meant for file names. ........ r71203 | benjamin.peterson | 2009-04-04 18:46:34 -0500 (Sat, 04 Apr 2009) | 1 line note how using iter* are unsafe while mutating and document iter(dict) ........ r71212 | georg.brandl | 2009-04-05 05:24:20 -0500 (Sun, 05 Apr 2009) | 1 line #1742837: expand HTTP server docs, and fix SocketServer ones to document methods as methods, not functions. ........ r71214 | georg.brandl | 2009-04-05 05:29:57 -0500 (Sun, 05 Apr 2009) | 1 line Normalize spelling of Mac OS X. ........ r71215 | georg.brandl | 2009-04-05 05:32:26 -0500 (Sun, 05 Apr 2009) | 1 line Avoid sure signs of a diseased mind. ........ r71216 | georg.brandl | 2009-04-05 05:41:02 -0500 (Sun, 05 Apr 2009) | 1 line #1718017: document the relation of os.path and the posixpath, ntpath etc. modules better. ........ r71217 | georg.brandl | 2009-04-05 05:48:47 -0500 (Sun, 05 Apr 2009) | 1 line #1726172: dont raise an unexpected IndexError if a voidresp() call has an empty response. ........ r71221 | vinay.sajip | 2009-04-05 06:06:24 -0500 (Sun, 05 Apr 2009) | 1 line Issue #5695: Moved logging.captureWarnings() call inside with statement in WarningsTest.test_warnings. ........ r71240 | georg.brandl | 2009-04-05 09:40:06 -0500 (Sun, 05 Apr 2009) | 1 line #5370: doc update about unpickling objects with custom __getattr__ etc. methods. ........
430 lines
24 KiB
Python
430 lines
24 KiB
Python
import pprint
|
|
import test.support
|
|
import unittest
|
|
import test.test_set
|
|
|
|
# list, tuple and dict subclasses that do or don't overwrite __repr__
|
|
class list2(list):
|
|
pass
|
|
|
|
class list3(list):
|
|
def __repr__(self):
|
|
return list.__repr__(self)
|
|
|
|
class tuple2(tuple):
|
|
pass
|
|
|
|
class tuple3(tuple):
|
|
def __repr__(self):
|
|
return tuple.__repr__(self)
|
|
|
|
class dict2(dict):
|
|
pass
|
|
|
|
class dict3(dict):
|
|
def __repr__(self):
|
|
return dict.__repr__(self)
|
|
|
|
class QueryTestCase(unittest.TestCase):
|
|
|
|
def setUp(self):
|
|
self.a = list(range(100))
|
|
self.b = list(range(200))
|
|
self.a[-12] = self.b
|
|
|
|
def test_basic(self):
|
|
# Verify .isrecursive() and .isreadable() w/o recursion
|
|
verify = self.assert_
|
|
pp = pprint.PrettyPrinter()
|
|
for safe in (2, 2.0, 2j, "abc", [3], (2,2), {3: 3}, "yaddayadda",
|
|
self.a, self.b):
|
|
# module-level convenience functions
|
|
verify(not pprint.isrecursive(safe),
|
|
"expected not isrecursive for %r" % (safe,))
|
|
verify(pprint.isreadable(safe),
|
|
"expected isreadable for %r" % (safe,))
|
|
# PrettyPrinter methods
|
|
verify(not pp.isrecursive(safe),
|
|
"expected not isrecursive for %r" % (safe,))
|
|
verify(pp.isreadable(safe),
|
|
"expected isreadable for %r" % (safe,))
|
|
|
|
def test_knotted(self):
|
|
# Verify .isrecursive() and .isreadable() w/ recursion
|
|
# Tie a knot.
|
|
self.b[67] = self.a
|
|
# Messy dict.
|
|
self.d = {}
|
|
self.d[0] = self.d[1] = self.d[2] = self.d
|
|
|
|
verify = self.assert_
|
|
pp = pprint.PrettyPrinter()
|
|
|
|
for icky in self.a, self.b, self.d, (self.d, self.d):
|
|
verify(pprint.isrecursive(icky), "expected isrecursive")
|
|
verify(not pprint.isreadable(icky), "expected not isreadable")
|
|
verify(pp.isrecursive(icky), "expected isrecursive")
|
|
verify(not pp.isreadable(icky), "expected not isreadable")
|
|
|
|
# Break the cycles.
|
|
self.d.clear()
|
|
del self.a[:]
|
|
del self.b[:]
|
|
|
|
for safe in self.a, self.b, self.d, (self.d, self.d):
|
|
# module-level convenience functions
|
|
verify(not pprint.isrecursive(safe),
|
|
"expected not isrecursive for %r" % (safe,))
|
|
verify(pprint.isreadable(safe),
|
|
"expected isreadable for %r" % (safe,))
|
|
# PrettyPrinter methods
|
|
verify(not pp.isrecursive(safe),
|
|
"expected not isrecursive for %r" % (safe,))
|
|
verify(pp.isreadable(safe),
|
|
"expected isreadable for %r" % (safe,))
|
|
|
|
def test_unreadable(self):
|
|
# Not recursive but not readable anyway
|
|
verify = self.assert_
|
|
pp = pprint.PrettyPrinter()
|
|
for unreadable in type(3), pprint, pprint.isrecursive:
|
|
# module-level convenience functions
|
|
verify(not pprint.isrecursive(unreadable),
|
|
"expected not isrecursive for %r" % (unreadable,))
|
|
verify(not pprint.isreadable(unreadable),
|
|
"expected not isreadable for %r" % (unreadable,))
|
|
# PrettyPrinter methods
|
|
verify(not pp.isrecursive(unreadable),
|
|
"expected not isrecursive for %r" % (unreadable,))
|
|
verify(not pp.isreadable(unreadable),
|
|
"expected not isreadable for %r" % (unreadable,))
|
|
|
|
def test_same_as_repr(self):
|
|
# Simple objects, small containers and classes that overwrite __repr__
|
|
# For those the result should be the same as repr().
|
|
# Ahem. The docs don't say anything about that -- this appears to
|
|
# be testing an implementation quirk. Starting in Python 2.5, it's
|
|
# not true for dicts: pprint always sorts dicts by key now; before,
|
|
# it sorted a dict display if and only if the display required
|
|
# multiple lines. For that reason, dicts with more than one element
|
|
# aren't tested here.
|
|
verify = self.assert_
|
|
for simple in (0, 0, 0+0j, 0.0, "", b"",
|
|
(), tuple2(), tuple3(),
|
|
[], list2(), list3(),
|
|
{}, dict2(), dict3(),
|
|
verify, pprint,
|
|
-6, -6, -6-6j, -1.5, "x", b"x", (3,), [3], {3: 6},
|
|
(1,2), [3,4], {5: 6},
|
|
tuple2((1,2)), tuple3((1,2)), tuple3(range(100)),
|
|
[3,4], list2([3,4]), list3([3,4]), list3(range(100)),
|
|
dict2({5: 6}), dict3({5: 6}),
|
|
range(10, -11, -1)
|
|
):
|
|
native = repr(simple)
|
|
for function in "pformat", "saferepr":
|
|
f = getattr(pprint, function)
|
|
got = f(simple)
|
|
verify(native == got, "expected %s got %s from pprint.%s" %
|
|
(native, got, function))
|
|
|
|
def test_basic_line_wrap(self):
|
|
# verify basic line-wrapping operation
|
|
o = {'RPM_cal': 0,
|
|
'RPM_cal2': 48059,
|
|
'Speed_cal': 0,
|
|
'controldesk_runtime_us': 0,
|
|
'main_code_runtime_us': 0,
|
|
'read_io_runtime_us': 0,
|
|
'write_io_runtime_us': 43690}
|
|
exp = """\
|
|
{'RPM_cal': 0,
|
|
'RPM_cal2': 48059,
|
|
'Speed_cal': 0,
|
|
'controldesk_runtime_us': 0,
|
|
'main_code_runtime_us': 0,
|
|
'read_io_runtime_us': 0,
|
|
'write_io_runtime_us': 43690}"""
|
|
for type in [dict, dict2]:
|
|
self.assertEqual(pprint.pformat(type(o)), exp)
|
|
|
|
o = range(100)
|
|
exp = '[%s]' % ',\n '.join(map(str, o))
|
|
for type in [list, list2]:
|
|
self.assertEqual(pprint.pformat(type(o)), exp)
|
|
|
|
o = tuple(range(100))
|
|
exp = '(%s)' % ',\n '.join(map(str, o))
|
|
for type in [tuple, tuple2]:
|
|
self.assertEqual(pprint.pformat(type(o)), exp)
|
|
|
|
# indent parameter
|
|
o = range(100)
|
|
exp = '[ %s]' % ',\n '.join(map(str, o))
|
|
for type in [list, list2]:
|
|
self.assertEqual(pprint.pformat(type(o), indent=4), exp)
|
|
|
|
def test_nested_indentations(self):
|
|
o1 = list(range(10))
|
|
o2 = dict(first=1, second=2, third=3)
|
|
o = [o1, o2]
|
|
expected = """\
|
|
[ [0, 1, 2, 3, 4, 5, 6, 7, 8, 9],
|
|
{ 'first': 1,
|
|
'second': 2,
|
|
'third': 3}]"""
|
|
self.assertEqual(pprint.pformat(o, indent=4, width=42), expected)
|
|
|
|
def test_sorted_dict(self):
|
|
# Starting in Python 2.5, pprint sorts dict displays by key regardless
|
|
# of how small the dictionary may be.
|
|
# Before the change, on 32-bit Windows pformat() gave order
|
|
# 'a', 'c', 'b' here, so this test failed.
|
|
d = {'a': 1, 'b': 1, 'c': 1}
|
|
self.assertEqual(pprint.pformat(d), "{'a': 1, 'b': 1, 'c': 1}")
|
|
self.assertEqual(pprint.pformat([d, d]),
|
|
"[{'a': 1, 'b': 1, 'c': 1}, {'a': 1, 'b': 1, 'c': 1}]")
|
|
|
|
# The next one is kind of goofy. The sorted order depends on the
|
|
# alphabetic order of type names: "int" < "str" < "tuple". Before
|
|
# Python 2.5, this was in the test_same_as_repr() test. It's worth
|
|
# keeping around for now because it's one of few tests of pprint
|
|
# against a crazy mix of types.
|
|
self.assertEqual(pprint.pformat({"xy\tab\n": (3,), 5: [[]], (): {}}),
|
|
r"{5: [[]], 'xy\tab\n': (3,), (): {}}")
|
|
|
|
def test_subclassing(self):
|
|
o = {'names with spaces': 'should be presented using repr()',
|
|
'others.should.not.be': 'like.this'}
|
|
exp = """\
|
|
{'names with spaces': 'should be presented using repr()',
|
|
others.should.not.be: like.this}"""
|
|
self.assertEqual(DottedPrettyPrinter().pformat(o), exp)
|
|
|
|
def test_set_reprs(self):
|
|
self.assertEqual(pprint.pformat(set()), 'set()')
|
|
self.assertEqual(pprint.pformat(set(range(3))), '{0, 1, 2}')
|
|
self.assertEqual(pprint.pformat(frozenset()), 'frozenset()')
|
|
self.assertEqual(pprint.pformat(frozenset(range(3))), 'frozenset({0, 1, 2})')
|
|
cube_repr_tgt = """\
|
|
{frozenset(): frozenset({frozenset({2}), frozenset({0}), frozenset({1})}),
|
|
frozenset({0}): frozenset({frozenset(),
|
|
frozenset({0, 2}),
|
|
frozenset({0, 1})}),
|
|
frozenset({1}): frozenset({frozenset(),
|
|
frozenset({1, 2}),
|
|
frozenset({0, 1})}),
|
|
frozenset({2}): frozenset({frozenset(),
|
|
frozenset({1, 2}),
|
|
frozenset({0, 2})}),
|
|
frozenset({1, 2}): frozenset({frozenset({2}),
|
|
frozenset({1}),
|
|
frozenset({0, 1, 2})}),
|
|
frozenset({0, 2}): frozenset({frozenset({2}),
|
|
frozenset({0}),
|
|
frozenset({0, 1, 2})}),
|
|
frozenset({0, 1}): frozenset({frozenset({0}),
|
|
frozenset({1}),
|
|
frozenset({0, 1, 2})}),
|
|
frozenset({0, 1, 2}): frozenset({frozenset({1, 2}),
|
|
frozenset({0, 2}),
|
|
frozenset({0, 1})})}"""
|
|
cube = test.test_set.cube(3)
|
|
self.assertEqual(pprint.pformat(cube), cube_repr_tgt)
|
|
cubo_repr_tgt = """\
|
|
{frozenset({frozenset({0, 2}), frozenset({0})}): frozenset({frozenset({frozenset({0,
|
|
2}),
|
|
frozenset({0,
|
|
1,
|
|
2})}),
|
|
frozenset({frozenset({0}),
|
|
frozenset({0,
|
|
1})}),
|
|
frozenset({frozenset(),
|
|
frozenset({0})}),
|
|
frozenset({frozenset({2}),
|
|
frozenset({0,
|
|
2})})}),
|
|
frozenset({frozenset({0, 1}), frozenset({1})}): frozenset({frozenset({frozenset({0,
|
|
1}),
|
|
frozenset({0,
|
|
1,
|
|
2})}),
|
|
frozenset({frozenset({0}),
|
|
frozenset({0,
|
|
1})}),
|
|
frozenset({frozenset({1}),
|
|
frozenset({1,
|
|
2})}),
|
|
frozenset({frozenset(),
|
|
frozenset({1})})}),
|
|
frozenset({frozenset({1, 2}), frozenset({1})}): frozenset({frozenset({frozenset({1,
|
|
2}),
|
|
frozenset({0,
|
|
1,
|
|
2})}),
|
|
frozenset({frozenset({2}),
|
|
frozenset({1,
|
|
2})}),
|
|
frozenset({frozenset(),
|
|
frozenset({1})}),
|
|
frozenset({frozenset({1}),
|
|
frozenset({0,
|
|
1})})}),
|
|
frozenset({frozenset({1, 2}), frozenset({2})}): frozenset({frozenset({frozenset({1,
|
|
2}),
|
|
frozenset({0,
|
|
1,
|
|
2})}),
|
|
frozenset({frozenset({1}),
|
|
frozenset({1,
|
|
2})}),
|
|
frozenset({frozenset({2}),
|
|
frozenset({0,
|
|
2})}),
|
|
frozenset({frozenset(),
|
|
frozenset({2})})}),
|
|
frozenset({frozenset(), frozenset({0})}): frozenset({frozenset({frozenset({0}),
|
|
frozenset({0,
|
|
1})}),
|
|
frozenset({frozenset({0}),
|
|
frozenset({0,
|
|
2})}),
|
|
frozenset({frozenset(),
|
|
frozenset({1})}),
|
|
frozenset({frozenset(),
|
|
frozenset({2})})}),
|
|
frozenset({frozenset(), frozenset({1})}): frozenset({frozenset({frozenset(),
|
|
frozenset({0})}),
|
|
frozenset({frozenset({1}),
|
|
frozenset({1,
|
|
2})}),
|
|
frozenset({frozenset(),
|
|
frozenset({2})}),
|
|
frozenset({frozenset({1}),
|
|
frozenset({0,
|
|
1})})}),
|
|
frozenset({frozenset({2}), frozenset()}): frozenset({frozenset({frozenset({2}),
|
|
frozenset({1,
|
|
2})}),
|
|
frozenset({frozenset(),
|
|
frozenset({0})}),
|
|
frozenset({frozenset(),
|
|
frozenset({1})}),
|
|
frozenset({frozenset({2}),
|
|
frozenset({0,
|
|
2})})}),
|
|
frozenset({frozenset({0, 1, 2}), frozenset({0, 1})}): frozenset({frozenset({frozenset({1,
|
|
2}),
|
|
frozenset({0,
|
|
1,
|
|
2})}),
|
|
frozenset({frozenset({0,
|
|
2}),
|
|
frozenset({0,
|
|
1,
|
|
2})}),
|
|
frozenset({frozenset({0}),
|
|
frozenset({0,
|
|
1})}),
|
|
frozenset({frozenset({1}),
|
|
frozenset({0,
|
|
1})})}),
|
|
frozenset({frozenset({0}), frozenset({0, 1})}): frozenset({frozenset({frozenset(),
|
|
frozenset({0})}),
|
|
frozenset({frozenset({0,
|
|
1}),
|
|
frozenset({0,
|
|
1,
|
|
2})}),
|
|
frozenset({frozenset({0}),
|
|
frozenset({0,
|
|
2})}),
|
|
frozenset({frozenset({1}),
|
|
frozenset({0,
|
|
1})})}),
|
|
frozenset({frozenset({2}), frozenset({0, 2})}): frozenset({frozenset({frozenset({0,
|
|
2}),
|
|
frozenset({0,
|
|
1,
|
|
2})}),
|
|
frozenset({frozenset({2}),
|
|
frozenset({1,
|
|
2})}),
|
|
frozenset({frozenset({0}),
|
|
frozenset({0,
|
|
2})}),
|
|
frozenset({frozenset(),
|
|
frozenset({2})})}),
|
|
frozenset({frozenset({0, 1, 2}), frozenset({0, 2})}): frozenset({frozenset({frozenset({1,
|
|
2}),
|
|
frozenset({0,
|
|
1,
|
|
2})}),
|
|
frozenset({frozenset({0,
|
|
1}),
|
|
frozenset({0,
|
|
1,
|
|
2})}),
|
|
frozenset({frozenset({0}),
|
|
frozenset({0,
|
|
2})}),
|
|
frozenset({frozenset({2}),
|
|
frozenset({0,
|
|
2})})}),
|
|
frozenset({frozenset({1, 2}), frozenset({0, 1, 2})}): frozenset({frozenset({frozenset({0,
|
|
2}),
|
|
frozenset({0,
|
|
1,
|
|
2})}),
|
|
frozenset({frozenset({0,
|
|
1}),
|
|
frozenset({0,
|
|
1,
|
|
2})}),
|
|
frozenset({frozenset({2}),
|
|
frozenset({1,
|
|
2})}),
|
|
frozenset({frozenset({1}),
|
|
frozenset({1,
|
|
2})})})}"""
|
|
|
|
cubo = test.test_set.linegraph(cube)
|
|
self.assertEqual(pprint.pformat(cubo), cubo_repr_tgt)
|
|
|
|
def test_depth(self):
|
|
nested_tuple = (1, (2, (3, (4, (5, 6)))))
|
|
nested_dict = {1: {2: {3: {4: {5: {6: 6}}}}}}
|
|
nested_list = [1, [2, [3, [4, [5, [6, []]]]]]]
|
|
self.assertEqual(pprint.pformat(nested_tuple), repr(nested_tuple))
|
|
self.assertEqual(pprint.pformat(nested_dict), repr(nested_dict))
|
|
self.assertEqual(pprint.pformat(nested_list), repr(nested_list))
|
|
|
|
lv1_tuple = '(1, (...))'
|
|
lv1_dict = '{1: {...}}'
|
|
lv1_list = '[1, [...]]'
|
|
self.assertEqual(pprint.pformat(nested_tuple, depth=1), lv1_tuple)
|
|
self.assertEqual(pprint.pformat(nested_dict, depth=1), lv1_dict)
|
|
self.assertEqual(pprint.pformat(nested_list, depth=1), lv1_list)
|
|
|
|
|
|
class DottedPrettyPrinter(pprint.PrettyPrinter):
|
|
|
|
def format(self, object, context, maxlevels, level):
|
|
if isinstance(object, str):
|
|
if ' ' in object:
|
|
return repr(object), 1, 0
|
|
else:
|
|
return object, 0, 0
|
|
else:
|
|
return pprint.PrettyPrinter.format(
|
|
self, object, context, maxlevels, level)
|
|
|
|
|
|
def test_main():
|
|
test.support.run_unittest(QueryTestCase)
|
|
|
|
|
|
if __name__ == "__main__":
|
|
test_main()
|