ComponentProperty#
- class pyedb.grpc.database.hierarchy.component.ComponentProperty(core)#
Class managing component properties.
Overview#
Only called if normal attribute lookup fails on self. |
|
Only called if normal attribute lookup fails on self. |
Import detail#
from pyedb.grpc.database.hierarchy.component import ComponentProperty
Method detail#
- ComponentProperty.__getattr__(name)#
Only called if normal attribute lookup fails on self. Delegates to self.core.
- ComponentProperty.__setattr__(name, value)#
Only called if normal attribute lookup fails on self. Delegates to self.core.