RootFileTreesJSON#
- class RootFileTreesJSON[source]#
A representation containing both the teacher file tree and student file tree for a submission.
-
teacher:
Union
[BaseFile
,DirectoryWithChildren
,None
]# The teacher file tree, this will be null if you do not have the permission to see teacher files. This might be exactly the same as the student tree.
-
student:
Union
[BaseFile
,DirectoryWithChildren
]#
-
teacher: