ObjBase# class pyedb.grpc.database.inner.base.ObjBase(pedb, core)# Overview# Properties is_null Check if the terminal is a null terminal. Attributes core Import detail# from pyedb.grpc.database.inner.base import ObjBase Property detail# property ObjBase.is_null# Check if the terminal is a null terminal. Returns: boolTrue if the terminal is a null terminal, False otherwise. Attribute detail# ObjBase.core#