TIOVX User Guide
tiovx.null.Null Class Reference

Null object. More...

Inherits tiovx.reference.Reference.

Public Member Functions

def __init__ (self, name="default")
 Constructor used to create this object. More...
 

Detailed Description

Null object.

Example Usage: Create a null object
from tiovx import *
my_null = Null()

Definition at line 76 of file null.py.

Constructor & Destructor Documentation

◆ __init__()

def tiovx.null.Null.__init__ (   self,
  name = "default" 
)

Constructor used to create this object.

Parameters
name[in] [optional] Name of the object

Definition at line 80 of file null.py.


The documentation for this class was generated from the following file: