gameanalysis.scriptutils module

Utilities for game analysis scripts

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)