ObjBase#

class pyedb.grpc.database.inner.base.ObjBase(pedb, core)#

Overview#

is_null

Check if the terminal is a null terminal.

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:
bool

True if the terminal is a null terminal, False otherwise.

Attribute detail#

ObjBase.core#