View source on GitHub |
Cache for file writers.
This class caches file writers, one per directory.
clear
@staticmethod
clear()
Clear cached summary writers. Currently only used for unit tests.
get
@staticmethod
get(
logdir
)
Returns the FileWriter for the specified directory.
logdir
: str, name of the directory.A FileWriter
.