Skip to content

OCP.number_parameter_variables #83

Description

@jtheinen

OCP.number_parameter_variables

@property
def number_parameter_variables(self):
len(self._s_var_user)

Problem

There is no return function and the ._s_var_user is always an NamedTuple.

Solution

  1. Get rid of whole property
  2. Change to:
    return self._s_var_user.len()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions