#if (!$singlePage) --- layout: documentation title: Predefined Python Variables --- #end #if (!$singlePage) #parse("com/google/devtools/build/docgen/templates/be/header.vm") #end

Predefined Python Variables

#if (!$singlePage)

Contents

#end

PACKAGE_NAME

This is a string variable with the name of the package being evaluated. In particular, when PACKAGE_NAME appears in a .bzl file, its value will be the package that uses the .bzl file, not the package that contains it.

#if (!$singlePage) #parse("com/google/devtools/build/docgen/templates/be/footer.vm") #end