SetPythonVersion sets the "python_version" field.
(s string)
| 624 | |
| 625 | // SetPythonVersion sets the "python_version" field. |
| 626 | func (m *CIWorkflowResultMutation) SetPythonVersion(s string) { |
| 627 | m.python_version = &s |
| 628 | } |
| 629 | |
| 630 | // PythonVersion returns the value of the "python_version" field in the mutation. |
| 631 | func (m *CIWorkflowResultMutation) PythonVersion() (r string, exists bool) { |
no outgoing calls
no test coverage detected