MCPcopy
hub / github.com/tanelpoder/0xtools / dataset

Method dataset

lib/0xtools/psnreport.py:189–193  ·  view source on GitHub ↗
(self, conn)

Source from the content-addressed store, hash-verified

187
188
189 def dataset(self, conn):
190 logging.debug(self.query())
191 r = conn.execute(self.query()).fetchall()
192 logging.debug('Done')
193 return r
194
195 def output_report(self, conn):
196 self.output_fn(self, self.dataset(conn))

Callers 1

output_reportMethod · 0.95

Calls 3

queryMethod · 0.95
fetchallMethod · 0.80
executeMethod · 0.45

Tested by

no test coverage detected