Documentation
¶
Overview ¶
Package file provides the standard file library used to perform common file operations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type File ¶
File descriptor that can be used with the file library and implements starlark.Value.
func ParseParam ¶ added in v0.4.0
ParseParam from starlark input
func (*File) Freeze ¶ added in v0.4.0
func (f *File) Freeze()
Freeze is a no-op since the underlying file is safe for concurrent use.
func (*File) Hash ¶ added in v0.4.0
Hash will error since the file type is not intended to be hashable.
Click to show internal directories.
Click to hide internal directories.