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

Method __init__

dali/python/nvidia/dali/_conditionals.py:183–185  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

181 """
182
183 def __init__(self):
184 self._stack = [_StackEntry(None)]
185 self._is_registration_allowed = True
186
187 def push_predicate(self, predicate):
188 """Add next level of if/else scope that is predicated with the `predicate`.

Callers

nothing calls this directly

Calls 1

_StackEntryClass · 0.85

Tested by

no test coverage detected