Documentation ¶
Index ¶
- type File
- func (f *File) Attr(name string) (skylark.Value, error)
- func (f *File) AttrNames() []string
- func (f *File) Exists() bool
- func (f *File) Freeze()
- func (f *File) Hash() (uint32, error)
- func (f *File) Name() string
- func (f *File) Path() string
- func (f *File) String() string
- func (f *File) Truth() skylark.Bool
- func (f *File) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type File ¶
type File struct {
// contains filtered or unexported fields
}
File is a bazel file https://docs.bazel.build/versions/master/skylark/lib/File.html#modules.File
Click to show internal directories.
Click to hide internal directories.