Example #1
0
 def main(self, vu: VUnit):
     """
     Override this for final parametrization of the :class:`~vunit.ui.VUnit` instance, or for custom invocation of VUnit.
     """
     vu.main()
Example #2
0
 def main(self, vu: VUnit):
     """override this for final parametrization of the :class:`VUnit` instance, or for custom invokation of VUnit"""
     vu.main()