MCPcopy Create free account
hub / github.com/NVIDIA/DALI / other_method

Method other_method

dali/test/python/autograph/impl/test_api.py:397–400  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

395 self.x = x
396
397 def other_method(self):
398 if self.x < 0:
399 return -self.x
400 return self.x
401
402 def test_method(self):
403 return self.other_method()

Callers 1

test_methodMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected