nextpyp.client.args.PypArg#

class nextpyp.client.args.PypArg#

Bases: object

Methods

__init__

full_id

rtype:

str

Details

__init__(tab_id, arg_id, name, description, arg_type, required, default, hidden)#
Parameters:
  • tab_id (str) –

  • arg_id (str) –

  • name (str) –

  • description (str) –

  • arg_type (PypArgType) –

  • required (bool) –

  • default (PypArgValue | None) –

  • hidden (PypHidden) –

Return type:

None