-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
130 changed files
with
548 additions
and
29,275 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
<html xmlns="http://www.w3.org/1999/xhtml"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<title>custodian.ansible.interpreter — custodian 2019.8.23 documentation</title> | ||
<title>custodian.ansible.interpreter — custodian 2019.8.24 documentation</title> | ||
<link rel="stylesheet" href="../../../_static/flasky.css" type="text/css" /> | ||
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" /> | ||
<script type="text/javascript" id="documentation_options" data-url_root="../../../" src="../../../_static/documentation_options.js"></script> | ||
|
@@ -37,7 +37,7 @@ <h3>Navigation</h3> | |
<li class="right" > | ||
<a href="../../../py-modindex.html" title="Python Module Index" | ||
>modules</a> |</li> | ||
<li class="nav-item nav-item-0"><a href="../../../index.html">custodian 2019.8.23 documentation</a> »</li> | ||
<li class="nav-item nav-item-0"><a href="../../../index.html">custodian 2019.8.24 documentation</a> »</li> | ||
<li class="nav-item nav-item-1"><a href="../../index.html" accesskey="U">Module code</a> »</li> | ||
</ul> | ||
</div> | ||
|
@@ -57,15 +57,13 @@ <h1>Source code for custodian.ansible.interpreter</h1><div class="highlight"><pr | |
<span class="sd">using support actions.</span> | ||
<span class="sd">"""</span> | ||
|
||
|
||
<span class="n">__author__</span> <span class="o">=</span> <span class="s2">"Shyue Ping Ong"</span> | ||
<span class="n">__copyright__</span> <span class="o">=</span> <span class="s2">"Copyright 2012, The Materials Project"</span> | ||
<span class="n">__version__</span> <span class="o">=</span> <span class="s2">"0.1"</span> | ||
<span class="n">__maintainer__</span> <span class="o">=</span> <span class="s2">"Shyue Ping Ong"</span> | ||
<span class="n">__email__</span> <span class="o">=</span> <span class="s2">"[email protected]"</span> | ||
<span class="n">__date__</span> <span class="o">=</span> <span class="s2">"Jun 1, 2012"</span> | ||
|
||
|
||
<span class="kn">import</span> <span class="nn">re</span> | ||
|
||
<span class="kn">from</span> <span class="nn">custodian.ansible.actions</span> <span class="k">import</span> <span class="n">DictActions</span> | ||
|
@@ -92,6 +90,7 @@ <h1>Source code for custodian.ansible.interpreter</h1><div class="highlight"><pr | |
<span class="sd"> >>> d['Hello']</span> | ||
<span class="sd"> 'Universe'</span> | ||
<span class="sd"> """</span> | ||
|
||
<span class="k">def</span> <span class="nf">__init__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">actions</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">strict</span><span class="o">=</span><span class="kc">True</span><span class="p">):</span> | ||
<span class="sd">"""</span> | ||
<span class="sd"> Initializes a Modder from a list of supported actions.</span> | ||
|
@@ -150,6 +149,7 @@ <h1>Source code for custodian.ansible.interpreter</h1><div class="highlight"><pr | |
|
||
<span class="k">if</span> <span class="vm">__name__</span> <span class="o">==</span> <span class="s2">"__main__"</span><span class="p">:</span> | ||
<span class="kn">import</span> <span class="nn">doctest</span> | ||
|
||
<span class="n">doctest</span><span class="o">.</span><span class="n">testmod</span><span class="p">()</span> | ||
</pre></div> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.