• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!-- Generated with Stardoc: http://skydoc.bazel.build -->
2
3<a name="#py_related_rule"></a>
4
5## py_related_rule
6
7<pre>
8py_related_rule(<a href="#py_related_rule-name">name</a>, <a href="#py_related_rule-fifth">fifth</a>, <a href="#py_related_rule-first">first</a>, <a href="#py_related_rule-fourth">fourth</a>, <a href="#py_related_rule-second">second</a>, <a href="#py_related_rule-sixth">sixth</a>, <a href="#py_related_rule-third">third</a>)
9</pre>
10
11This rule does python-related things.
12
13**ATTRIBUTES**
14
15
16| Name  | Description | Type | Mandatory | Default |
17| :-------------: | :-------------: | :-------------: | :-------------: | :-------------: |
18| name |  A unique name for this target.   | <a href="https://bazel.build/docs/build-ref.html#name">Name</a> | required |  |
19| fifth |  Hey look, its the fifth thing!   | Boolean | optional | True |
20| first |  this is the first doc string!   | <a href="https://bazel.build/docs/build-ref.html#labels">Label</a> | required |  |
21| fourth |  the fourth doc string.   | Boolean | optional | False |
22| second |  -   | <a href="https://bazel.build/docs/skylark/lib/dict.html">Dictionary: String -> String</a> | required |  |
23| sixth |  it's the sixth thing.   | List of integers | optional | range(0, 10) |
24| third |  -   | <a href="https://bazel.build/docs/build-ref.html#labels">Label</a> | required |  |
25
26
27