Skip to content

Get Object Attribute

Leopold A-C edited this page Oct 6, 2020 · 7 revisions

Description

Returns the attribute of a python object, if the object has an attribute with the given name. This is generic and may be used with any python object.

Category: Python


Inputs


  • Object Instance

Generic python object. Can be anything.

  • Attribute

Name of the attribute to look for.


Outputs


  • Value

Attribute value if the object has the requested attribute. Defaults to None.

Clone this wiki locally