PropsManager#

class pyedb.generic.general_methods.PropsManager#

Bases: object

Overview#

update

Update method.

available_properties

Available properties.

__getitem__

Get the self.props key value.

__setitem__

Set the self.props key value.

Import detail#

from pyedb.generic.general_methods import PropsManager

Property detail#

property PropsManager.available_properties#

Available properties.

Returns:
list

Method detail#

PropsManager.__getitem__(item)#

Get the self.props key value.

Parameters:
itemstr

Key to search

PropsManager.__setitem__(key, value)#

Set the self.props key value.

Parameters:
keystr

Key to apply.

valueint, float, bool, str, dict

Value to apply.

PropsManager.update()#

Update method.