build_file_dir
def build_file_dir() -> 'PurePath': ...
Returns the path to the directory of the current BUILD file.
The returned value is an instance of PurePath
to make path name manipulations easy.
See: https://docs.python.org/3/library/pathlib.html#pathlib.PurePath