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

Method __init__

dali/test/python/test_dali_proxy.py:621–622  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

619
620 class A:
621 def __init__(self):
622 self.child = B(self)
623
624 objs = [A() for _ in range(3)]
625 dali_server.produce_data(objs)

Callers

nothing calls this directly

Calls 1

BClass · 0.85

Tested by

no test coverage detected