MCPcopy
hub / github.com/jtesta/ssh-audit / _tf

Method _tf

test/test_algorithm.py:14–15  ·  view source on GitHub ↗
(self, v, s=None)

Source from the content-addressed store, hash-verified

12 self.timeframe = Timeframe
13
14 def _tf(self, v, s=None):
15 return self.timeframe().update(v, s)
16
17 def test_get_ssh_version(self):
18 def ver(v):

Callers 3

cmp_tfMethod · 0.95
test_timeframe_objectMethod · 0.95

Calls 1

updateMethod · 0.80

Tested by

no test coverage detected