3In the same way
as for TDirectory, it is possible to inspect the content of
a
5contains were its attributes. For more information, please refer to the
8In addition to the attribute syntax, one can inspect
a TDirectoryFile in Python
9via the `Get` method. In
this case, the subdirectory/
object name is specified
12# Access a subdirectory
15# We can go further down in the hierarchy of directories
16d.Get(
'subdir/subsubdir')
18# Access an object (e.g. a histogram) in the directory
21# ... or in a subdirectory
24# Wrong attribute: returns null
30with the following syntax:
32# Write object obj with identifier 'keyName'
33d.WriteObject(obj,
'keyName')
Describe directory structure in memory.