aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/docgen/templates/be/predefined-python-variables.vm
blob: bc285fec50d5d0ba067ca5a90225773758947e47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#if (!$singlePage)
---
layout: documentation
title: Predefined Python Variables
---
#end
#if (!$singlePage)
#parse("com/google/devtools/build/docgen/templates/be/header.vm")
#end

<h2 id="predefined-python-variables">Predefined Python Variables</h2>

#if (!$singlePage)
<div class="toc">
  <h1>Contents</h1>
  <ul>
    <li><a href="#packagename">packagename</a></li>
  </ul>
</div>
#end
<h3 id="packagename">PACKAGE_NAME</h3>
<p>
  This is a string variable with the name
  of the package being evaluated. The value is unaffected by subinclude.
</p>