pinputs¶

pconfigs.pinputs(config)[source]¶

Return the property inputs for a pconfig instance.

See also

For examples, see Modify user input values with @pinputs..

Parameters:
  • config (PConfig) – A pconfig object (i.e., an instance of a class decorated with @pconfig) whose property

  • retrieved. (inputs should be)

Returns:

A container of property input values that can be accessed via attribute (dot) access.

Return type:

PropInputs