MCPcopy Create free account
hub / github.com/easy-graph/Easy-Graph / run_method

Method run_method

easygraph/tests/script_test_cpp_easygraph.py:54–57  ·  view source on GitHub ↗
(self, name, *args, **kwargs)

Source from the content-addressed store, hash-verified

52 self.class2 = class2
53
54 def run_method(self, name, *args, **kwargs):
55 r1 = getattr(self.G1, name)(*args, **kwargs)
56 r2 = getattr(self.G2, name)(*args, **kwargs)
57 return r1, r2
58
59 def assert_object(self, o1, o2):
60 if not fuzzy_equal(o1, o2):

Callers 1

testMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected