1import re
2import types
3import secret
4
5def is_interesting(func):
6 if type(func) is types.FunctionType:
7 return True
8
9 try:
10 n1 = func(4)
11 n2 = func(5)
12 if n1 == 4**2 and n2 == 0:
13 return True
14 except:
15 pass
16
17 try:
18 st = func("string1", "string2")
19 if st == "string1string2":
20 return True
21 except:
22 pass
23
24 try:
25 func()
26 except TypeError as exc:
27 if str(exc) == "Опаааааа, тука има нещо нередно.":
28 return True
29 except BaseException:
30 return True
31
32 return False
33
34def methodify():
35 interesting_methods = {}
36 levels = []
37 levels.append(secret)
38
39 while levels:
40 this_level = levels.pop(0)
41 for element_name in dir(this_level):
42 if re.search("^__(.+)__$", element_name):
43 continue
44 element = getattr(this_level, element_name)
45 if type(element) is type:
46 continue
47
48 if (type(element) is types.MethodType
49 or type(element) is types.FunctionType):
50 if (re.search("^[A-Z0-9]$", element_name)
51 and is_interesting(element)):
52 interesting_methods[element_name] = element
53 continue
54
55 if not re.search("[Cc]lue", element_name):
56 continue
57
58 levels.append(element)
59
60 fn = []
61 for c in "4MI0600030":
62 if interesting_methods[c]:
63 fn.append(interesting_methods[c])
64 else:
65 return tuple()
66 return tuple(fn)
F
======================================================================
FAIL: test_metodify (test.TestMethodify)
Test metodify function.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/test.py", line 12, in test_metodify
self.assertIn(methodify(), _RESULTS.keys())
AssertionError: (<function method_4 at 0x7fc028092ef0>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function decoy_3 at 0x7fc028093370>, <function decoy_3 at 0x7fc028093370>, <function decoy_3 at 0x7fc028093370>, <function decoy_3 at 0x7fc028093370>, <function decoy_3 at 0x7fc028093370>, <function decoy_4 at 0x7fc028093400>, <function decoy_3 at 0x7fc028093370>) not found in dict_keys([(<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_0 at 0x7fc028092cb0>, <function method_1 at 0x7fc028092d40>, <function method_2 at 0x7fc028092dd0>, <function method_3 at 0x7fc028092e60>, <function method_4 at 0x7fc028092ef0>, <function method_5 at 0x7fc028092f80>, <function method_6 at 0x7fc028093010>, <function method_7 at 0x7fc0280930a0>, <function method_8 at 0x7fc028093130>, <function method_9 at 0x7fc0280931c0>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_2 at 0x7fc028092dd0>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_2 at 0x7fc028092dd0>, <function method_4 at 0x7fc028092ef0>, <function method_4 at 0x7fc028092ef0>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_5 at 0x7fc028092f80>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_1 at 0x7fc028092d40>, <function method_9 at 0x7fc0280931c0>, <function method_5 at 0x7fc028092f80>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_6 at 0x7fc028093010>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_1 at 0x7fc028092d40>, <function method_5 at 0x7fc028092f80>, <function method_0 at 0x7fc028092cb0>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_8 at 0x7fc028093130>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_1 at 0x7fc028092d40>, <function method_0 at 0x7fc028092cb0>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_4 at 0x7fc028092ef0>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_2 at 0x7fc028092dd0>, <function method_6 at 0x7fc028093010>, <function method_2 at 0x7fc028092dd0>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_3 at 0x7fc028092e60>, <function method_1 at 0x7fc028092d40>, <function method_5 at 0x7fc028092f80>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_3 at 0x7fc028092e60>, <function method_1 at 0x7fc028092d40>, <function method_6 at 0x7fc028093010>, <function method_5 at 0x7fc028092f80>, <function method_0 at 0x7fc028092cb0>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_3 at 0x7fc028092e60>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_4 at 0x7fc028092ef0>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_1 at 0x7fc028092d40>, <function method_3 at 0x7fc028092e60>, <function method_2 at 0x7fc028092dd0>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_9 at 0x7fc0280931c0>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_2 at 0x7fc028092dd0>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_1 at 0x7fc028092d40>, <function method_0 at 0x7fc028092cb0>, <function method_1 at 0x7fc028092d40>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_4 at 0x7fc028092ef0>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_9 at 0x7fc0280931c0>, <function method_7 at 0x7fc0280930a0>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_3 at 0x7fc028092e60>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_3 at 0x7fc028092e60>, <function method_4 at 0x7fc028092ef0>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_8 at 0x7fc028093130>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_2 at 0x7fc028092dd0>, <function method_5 at 0x7fc028092f80>, <function method_5 at 0x7fc028092f80>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_0 at 0x7fc028092cb0>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_1 at 0x7fc028092d40>, <function method_1 at 0x7fc028092d40>, <function method_5 at 0x7fc028092f80>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_6 at 0x7fc028093010>, <function method_2 at 0x7fc028092dd0>, <function method_5 at 0x7fc028092f80>, <function method_5 at 0x7fc028092f80>, <function method_0 at 0x7fc028092cb0>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_4 at 0x7fc028092ef0>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_3 at 0x7fc028092e60>, <function method_0 at 0x7fc028092cb0>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_3 at 0x7fc028092e60>, <function method_1 at 0x7fc028092d40>, <function method_5 at 0x7fc028092f80>, <function method_9 at 0x7fc0280931c0>, <function method_2 at 0x7fc028092dd0>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_0 at 0x7fc028092cb0>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_1 at 0x7fc028092d40>, <function method_9 at 0x7fc0280931c0>, <function method_7 at 0x7fc0280930a0>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_6 at 0x7fc028093010>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_2 at 0x7fc028092dd0>, <function method_3 at 0x7fc028092e60>, <function method_7 at 0x7fc0280930a0>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_5 at 0x7fc028092f80>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_1 at 0x7fc028092d40>, <function method_1 at 0x7fc028092d40>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_8 at 0x7fc028093130>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_3 at 0x7fc028092e60>, <function method_6 at 0x7fc028093010>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_0 at 0x7fc028092cb0>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_7 at 0x7fc0280930a0>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_6 at 0x7fc028093010>, <function method_2 at 0x7fc028092dd0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_9 at 0x7fc0280931c0>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_1 at 0x7fc028092d40>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_3 at 0x7fc028092e60>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_6 at 0x7fc028093010>, <function method_2 at 0x7fc028092dd0>, <function method_4 at 0x7fc028092ef0>, <function method_9 at 0x7fc0280931c0>, <function method_3 at 0x7fc028092e60>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_3 at 0x7fc028092e60>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_7 at 0x7fc0280930a0>, <function method_5 at 0x7fc028092f80>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_0 at 0x7fc028092cb0>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_7 at 0x7fc0280930a0>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_5 at 0x7fc028092f80>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_1 at 0x7fc028092d40>, <function method_3 at 0x7fc028092e60>, <function method_9 at 0x7fc0280931c0>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_3 at 0x7fc028092e60>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_1 at 0x7fc028092d40>, <function method_4 at 0x7fc028092ef0>, <function method_9 at 0x7fc0280931c0>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_6 at 0x7fc028093010>, <function method_2 at 0x7fc028092dd0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_8 at 0x7fc028093130>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_2 at 0x7fc028092dd0>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_6 at 0x7fc028093010>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_7 at 0x7fc0280930a0>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_1 at 0x7fc028092d40>, <function method_1 at 0x7fc028092d40>, <function method_6 at 0x7fc028093010>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_5 at 0x7fc028092f80>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_1 at 0x7fc028092d40>, <function method_6 at 0x7fc028093010>, <function method_7 at 0x7fc0280930a0>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_0 at 0x7fc028092cb0>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_4 at 0x7fc028092ef0>, <function method_1 at 0x7fc028092d40>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_6 at 0x7fc028093010>, <function method_2 at 0x7fc028092dd0>, <function method_5 at 0x7fc028092f80>, <function method_1 at 0x7fc028092d40>, <function method_3 at 0x7fc028092e60>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_7 at 0x7fc0280930a0>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_1 at 0x7fc028092d40>, <function method_4 at 0x7fc028092ef0>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_1 at 0x7fc028092d40>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_1 at 0x7fc028092d40>, <function method_4 at 0x7fc028092ef0>, <function method_6 at 0x7fc028093010>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_0 at 0x7fc028092cb0>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_2 at 0x7fc028092dd0>, <function method_0 at 0x7fc028092cb0>, <function method_4 at 0x7fc028092ef0>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_6 at 0x7fc028093010>, <function method_2 at 0x7fc028092dd0>, <function method_5 at 0x7fc028092f80>, <function method_3 at 0x7fc028092e60>, <function method_2 at 0x7fc028092dd0>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_2 at 0x7fc028092dd0>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_2 at 0x7fc028092dd0>, <function method_1 at 0x7fc028092d40>, <function method_6 at 0x7fc028093010>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_1 at 0x7fc028092d40>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_3 at 0x7fc028092e60>, <function method_1 at 0x7fc028092d40>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_4 at 0x7fc028092ef0>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_7 at 0x7fc0280930a0>, <function method_1 at 0x7fc028092d40>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_9 at 0x7fc0280931c0>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_9 at 0x7fc0280931c0>, <function method_9 at 0x7fc0280931c0>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_0 at 0x7fc028092cb0>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_2 at 0x7fc028092dd0>, <function method_4 at 0x7fc028092ef0>, <function method_1 at 0x7fc028092d40>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_6 at 0x7fc028093010>, <function method_2 at 0x7fc028092dd0>, <function method_5 at 0x7fc028092f80>, <function method_9 at 0x7fc0280931c0>, <function method_1 at 0x7fc028092d40>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_2 at 0x7fc028092dd0>, <function method_1 at 0x7fc028092d40>, <function method_3 at 0x7fc028092e60>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_6 at 0x7fc028093010>, <function method_2 at 0x7fc028092dd0>, <function method_5 at 0x7fc028092f80>, <function method_6 at 0x7fc028093010>, <function method_8 at 0x7fc028093130>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_6 at 0x7fc028093010>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_2 at 0x7fc028092dd0>, <function method_1 at 0x7fc028092d40>, <function method_1 at 0x7fc028092d40>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_6 at 0x7fc028093010>, <function method_2 at 0x7fc028092dd0>, <function method_3 at 0x7fc028092e60>, <function method_0 at 0x7fc028092cb0>, <function method_7 at 0x7fc0280930a0>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_6 at 0x7fc028093010>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_3 at 0x7fc028092e60>, <function method_4 at 0x7fc028092ef0>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_4 at 0x7fc028092ef0>, <function method_3 at 0x7fc028092e60>, <function method_0 at 0x7fc028092cb0>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_5 at 0x7fc028092f80>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_7 at 0x7fc0280930a0>, <function method_8 at 0x7fc028093130>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_6 at 0x7fc028093010>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_1 at 0x7fc028092d40>, <function method_0 at 0x7fc028092cb0>, <function method_7 at 0x7fc0280930a0>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_2 at 0x7fc028092dd0>, <function method_1 at 0x7fc028092d40>, <function method_5 at 0x7fc028092f80>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_6 at 0x7fc028093010>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_2 at 0x7fc028092dd0>, <function method_5 at 0x7fc028092f80>, <function method_2 at 0x7fc028092dd0>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_3 at 0x7fc028092e60>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_1 at 0x7fc028092d40>, <function method_9 at 0x7fc0280931c0>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_8 at 0x7fc028093130>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_1 at 0x7fc028092d40>, <function method_4 at 0x7fc028092ef0>, <function method_0 at 0x7fc028092cb0>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_7 at 0x7fc0280930a0>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_3 at 0x7fc028092e60>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_5 at 0x7fc028092f80>, <function method_2 at 0x7fc028092dd0>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_8 at 0x7fc028093130>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_9 at 0x7fc0280931c0>, <function method_2 at 0x7fc028092dd0>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_2 at 0x7fc028092dd0>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_1 at 0x7fc028092d40>, <function method_2 at 0x7fc028092dd0>, <function method_7 at 0x7fc0280930a0>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_9 at 0x7fc0280931c0>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_2 at 0x7fc028092dd0>, <function method_2 at 0x7fc028092dd0>, <function method_3 at 0x7fc028092e60>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_6 at 0x7fc028093010>, <function method_2 at 0x7fc028092dd0>, <function method_4 at 0x7fc028092ef0>, <function method_0 at 0x7fc028092cb0>, <function method_9 at 0x7fc0280931c0>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_8 at 0x7fc028093130>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_3 at 0x7fc028092e60>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_2 at 0x7fc028092dd0>, <function method_0 at 0x7fc028092cb0>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_6 at 0x7fc028093010>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_1 at 0x7fc028092d40>, <function method_2 at 0x7fc028092dd0>, <function method_2 at 0x7fc028092dd0>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_8 at 0x7fc028093130>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_2 at 0x7fc028092dd0>, <function method_4 at 0x7fc028092ef0>, <function method_2 at 0x7fc028092dd0>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_1 at 0x7fc028092d40>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_3 at 0x7fc028092e60>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_1 at 0x7fc028092d40>, <function method_3 at 0x7fc028092e60>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_6 at 0x7fc028093010>, <function method_2 at 0x7fc028092dd0>, <function method_5 at 0x7fc028092f80>, <function method_7 at 0x7fc0280930a0>, <function method_1 at 0x7fc028092d40>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_0 at 0x7fc028092cb0>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_3 at 0x7fc028092e60>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_9 at 0x7fc0280931c0>, <function method_2 at 0x7fc028092dd0>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_5 at 0x7fc028092f80>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_7 at 0x7fc0280930a0>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_3 at 0x7fc028092e60>, <function method_8 at 0x7fc028093130>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_8 at 0x7fc028093130>, <function method_5 at 0x7fc028092f80>, <function method_5 at 0x7fc028092f80>, <function method_3 at 0x7fc028092e60>, <function method_6 at 0x7fc028093010>, <function method_2 at 0x7fc028092dd0>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_1 at 0x7fc028092d40>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_7 at 0x7fc0280930a0>, <function method_2 at 0x7fc028092dd0>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_7 at 0x7fc0280930a0>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_1 at 0x7fc028092d40>, <function method_9 at 0x7fc0280931c0>, <function method_8 at 0x7fc028093130>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_6 at 0x7fc028093010>, <function method_2 at 0x7fc028092dd0>, <function method_4 at 0x7fc028092ef0>, <function method_2 at 0x7fc028092dd0>, <function method_6 at 0x7fc028093010>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_7 at 0x7fc0280930a0>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_3 at 0x7fc028092e60>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_1 at 0x7fc028092d40>, <function method_1 at 0x7fc028092d40>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_0 at 0x7fc028092cb0>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_7 at 0x7fc0280930a0>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_9 at 0x7fc0280931c0>, <function method_2 at 0x7fc028092dd0>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_2 at 0x7fc028092dd0>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_1 at 0x7fc028092d40>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_2 at 0x7fc028092dd0>, <function method_0 at 0x7fc028092cb0>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_0 at 0x7fc028092cb0>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_1 at 0x7fc028092d40>, <function method_7 at 0x7fc0280930a0>, <function method_1 at 0x7fc028092d40>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_6 at 0x7fc028093010>, <function method_2 at 0x7fc028092dd0>, <function method_5 at 0x7fc028092f80>, <function method_1 at 0x7fc028092d40>, <function method_4 at 0x7fc028092ef0>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_0 at 0x7fc028092cb0>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_3 at 0x7fc028092e60>, <function method_4 at 0x7fc028092ef0>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_3 at 0x7fc028092e60>, <function method_5 at 0x7fc028092f80>, <function method_6 at 0x7fc028093010>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_2 at 0x7fc028092dd0>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_1 at 0x7fc028092d40>, <function method_9 at 0x7fc0280931c0>, <function method_6 at 0x7fc028093010>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_6 at 0x7fc028093010>, <function method_2 at 0x7fc028092dd0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_3 at 0x7fc028092e60>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_1 at 0x7fc028092d40>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_1 at 0x7fc028092d40>, <function method_8 at 0x7fc028093130>, <function method_7 at 0x7fc0280930a0>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_6 at 0x7fc028093010>, <function method_2 at 0x7fc028092dd0>, <function method_5 at 0x7fc028092f80>, <function method_2 at 0x7fc028092dd0>, <function method_6 at 0x7fc028093010>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_7 at 0x7fc0280930a0>, <function method_M at 0x7fc028092b90>, <function method_I at 0x7fc028092c20>, <function method_0 at 0x7fc028092cb0>, <function method_6 at 0x7fc028093010>, <function method_0 at 0x7fc028092cb0>, <function method_0 at 0x7fc028092cb0>, <function method_2 at 0x7fc028092dd0>, <function method_1 at 0x7fc028092d40>, <function method_8 at 0x7fc028093130>), (<function method_F at 0x7fc028092a70>, <function method_N at 0x7fc028092b00>, <function method_6 at 0x7fc028093010>, <function method_2 at 0x7fc028092dd0>, <function method_4 at 0x7fc028092ef0>, <function method_8 at 0x7fc028093130>, <function method_7 at 0x7fc0280930a0>)])
----------------------------------------------------------------------
Ran 1 test in 0.001s
FAILED (failures=1)