models.subject¶
Overview¶
Enumerates Bpod Subject supported operations.
Implementation¶
-
class
pybpodgui_api.models.subject.Subject(project)[source]¶ -
can_run_task()¶
-
load(path)¶ Load subject data from filesystem
Variables:
-
post_load()¶
-
remove()¶ Remove the subject from the project
-
run_task()¶
-
save()¶ Save subject data on filesystem.
Variables: project_path (str) – Project path. Returns: Dictionary containing the setup info to save. Return type: dict
-
toJSON()¶
-