Keyword class

The Keyword class is a helper class to store information about keywords in the GWLandscape database. They can be created, updated, deleted and obtained using the GWLandscape class.

class gwlandscape_python.keyword_type.Keyword(client: gwlandscape_python.gwlandscape.GWLandscape, id: str, tag: str)

Bases: object

client: gwlandscape_python.gwlandscape.GWLandscape
delete()

Remove this Keyword from the GWLandscape database

id: str
tag: str
update(tag=None)

Update this Keyword in the GWLandscape database

Parameters

tag (str, optional) – The new tag, by default None

Returns

Updated Keyword

Return type

Keyword