Example #1
0
 def _check_refcounts(self, fun):
     check_refcounts(fun,
                     self.dump_traces,
                     self.show_traces,
                     self.show_possible_null_derefs,
                     maxtrans=self.maxtrans,
                     dump_json=self.dump_json)
Example #2
0
 def _check_refcounts(self, fun):
     check_refcounts(fun, self.dump_traces, self.show_traces,
                     self.show_possible_null_derefs,
                     maxtrans=self.maxtrans,
                     dump_json=self.dump_json)
Example #3
0
 def _check_refcounts(self, fun):
     check_refcounts(fun, self.dump_traces, self.show_traces,
                     self.show_possible_null_derefs)