Skip to content

Simba.Data

Simba.Data.Repository.ProjectRepository

ProjectRepository.GetPythonScriptByName(string) Method

Find and return the first Python script with a given name

1
Simba.Data.PythonScript? GetPythonScriptByName(name)

Parameters

name System.String

Name of the script to return

Returns

PythonScript
None if not found