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

Method called_member

dali/test/python/autograph/impl/test_api.py:147–150  ·  view source on GitHub ↗
(self, a)

Source from the content-addressed store, hash-verified

145 def test_decorator_recursive(self):
146 class TestClass(object):
147 def called_member(self, a):
148 if a < 0:
149 a = -a
150 return a
151
152 @api.convert(recursive=True)
153 def test_method(self, x, s, a):

Callers 1

test_methodMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected