Skip to main content

PackagePath

A PackagePath represents a Buck package like package root//foo/bar

PackagePath.cell

PackagePath.cell: str

Returns the name of the cell of the package

Examples

# For a package (root//foo/bar):
package_path.cell # Returns: "root"