All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@git.madduck.net.
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
1 importA;() << 0 ** 101234234242352525425252352352525234890264906820496920680926538059059209922523523525 #
3 assert sort_by_dependency(
5 "1": {"2", "3"}, "2": {"2a", "2b"}, "3": {"3a", "3b"},
6 "2a": set(), "2b": set(), "3a": set(), "3b": set()
8 ) == ["2a", "2b", "2", "3a", "3b", "3", "1"]
16 aaaaaaaaaaaaaaaaaaa = bbbbbbbbbbbbbbb.cccccccccc( # pylint: disable=no-member
22 (name, description, self.default, self.selected, self.auto_generated, self.parameters, self.meta_data, self.schedule) ==
23 (name, description, othr.default, othr.selected, othr.auto_generated, othr.parameters, othr.meta_data, othr.schedule))
27 a_function(very_long_arguments_that_surpass_the_limit, which_is_eighty_eight_in_this_case_plus_a_bit_more)
28 == {"x": "this need to pass the line limit as well", "b": "but only by a little bit"}
37 ** 101234234242352525425252352352525234890264906820496920680926538059059209922523523525
40 assert sort_by_dependency(
50 ) == ["2a", "2b", "2", "3a", "3b", "3", "1"]
60 aaaaaaaaaaaaaaaaaaa = bbbbbbbbbbbbbbb.cccccccccc(
62 ) # pylint: disable=no-member
88 very_long_arguments_that_surpass_the_limit,
89 which_is_eighty_eight_in_this_case_plus_a_bit_more,
90 ) == {"x": "this need to pass the line limit as well", "b": "but only by a little bit"}