(self, key, msg=None)
| 1186 | class PyUpdateTestCase(PyModuleMixin, UpdateTestCaseMixin, unittest.TestCase): |
| 1187 | |
| 1188 | def HMAC(self, key, msg=None): |
| 1189 | return self.hmac.HMAC(key, msg, digestmod='sha256') |
| 1190 | |
| 1191 | @property |
| 1192 | def gil_minsize(self): |
no outgoing calls
no test coverage detected