gameanalysis.scriptutils module

gameanalysis.scriptutils.load_profiles(strings)[source]

Load profiles from a list of strings

Parameters:strings ([str]) – A list of strings that are file names or json, and represent either a single profile or a list of profiles.
Returns:prof_gen – A generator of json profiles.
Return type:(prof)