122 lines
		
	
	
		
			5.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			122 lines
		
	
	
		
			5.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| 
 | |
| 
 | |
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 | |
|   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 | |
| 
 | |
| 
 | |
| <html xmlns="http://www.w3.org/1999/xhtml">
 | |
|   <head>
 | |
|     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 | |
|     
 | |
|     <title>pylorax.api — Lorax 19.7.22 documentation</title>
 | |
|     
 | |
|     <link rel="stylesheet" href="../../_static/default.css" type="text/css" />
 | |
|     <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
 | |
|     
 | |
|     <script type="text/javascript">
 | |
|       var DOCUMENTATION_OPTIONS = {
 | |
|         URL_ROOT:    '../../',
 | |
|         VERSION:     '19.7.22',
 | |
|         COLLAPSE_INDEX: false,
 | |
|         FILE_SUFFIX: '.html',
 | |
|         HAS_SOURCE:  true
 | |
|       };
 | |
|     </script>
 | |
|     <script type="text/javascript" src="../../_static/jquery.js"></script>
 | |
|     <script type="text/javascript" src="../../_static/underscore.js"></script>
 | |
|     <script type="text/javascript" src="../../_static/doctools.js"></script>
 | |
|     <link rel="top" title="Lorax 19.7.22 documentation" href="../../index.html" />
 | |
|     <link rel="up" title="pylorax" href="../pylorax.html" /> 
 | |
|   </head>
 | |
|   <body>
 | |
|     <div class="related">
 | |
|       <h3>Navigation</h3>
 | |
|       <ul>
 | |
|         <li class="right" style="margin-right: 10px">
 | |
|           <a href="../../genindex.html" title="General Index"
 | |
|              accesskey="I">index</a></li>
 | |
|         <li class="right" >
 | |
|           <a href="../../py-modindex.html" title="Python Module Index"
 | |
|              >modules</a> |</li>
 | |
|         <li><a href="../../index.html">Lorax 19.7.22 documentation</a> »</li>
 | |
|           <li><a href="../index.html" >Module code</a> »</li>
 | |
|           <li><a href="../pylorax.html" accesskey="U">pylorax</a> »</li> 
 | |
|       </ul>
 | |
|     </div>  
 | |
| 
 | |
|     <div class="document">
 | |
|       <div class="documentwrapper">
 | |
|         <div class="bodywrapper">
 | |
|           <div class="body">
 | |
|             
 | |
|   <h1>Source code for pylorax.api</h1><div class="highlight"><pre>
 | |
| <span class="c">#</span>
 | |
| <span class="c"># lorax-composer API server</span>
 | |
| <span class="c">#</span>
 | |
| <span class="c"># Copyright (C) 2017  Red Hat, Inc.</span>
 | |
| <span class="c">#</span>
 | |
| <span class="c"># This program is free software; you can redistribute it and/or modify</span>
 | |
| <span class="c"># it under the terms of the GNU General Public License as published by</span>
 | |
| <span class="c"># the Free Software Foundation; either version 2 of the License, or</span>
 | |
| <span class="c"># (at your option) any later version.</span>
 | |
| <span class="c">#</span>
 | |
| <span class="c"># This program is distributed in the hope that it will be useful,</span>
 | |
| <span class="c"># but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
 | |
| <span class="c"># MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span>
 | |
| <span class="c"># GNU General Public License for more details.</span>
 | |
| <span class="c">#</span>
 | |
| <span class="c"># You should have received a copy of the GNU General Public License</span>
 | |
| <span class="c"># along with this program.  If not, see <http://www.gnu.org/licenses/>.</span>
 | |
| <span class="kn">from</span> <span class="nn">pylorax.api.crossdomain</span> <span class="kn">import</span> <span class="n">crossdomain</span>
 | |
| 
 | |
| <span class="c"># get the lorax-composer api version</span>
 | |
| <span class="k">try</span><span class="p">:</span>
 | |
|     <span class="kn">from</span> <span class="nn">pylorax.api.version</span> <span class="kn">import</span> <span class="n">num</span> <span class="k">as</span> <span class="n">vernum</span>
 | |
| <span class="k">except</span> <span class="ne">ImportError</span><span class="p">:</span>
 | |
|     <span class="n">vernum</span> <span class="o">=</span> <span class="s">"devel"</span>
 | |
| 
 | |
| <span class="n">__all__</span> <span class="o">=</span> <span class="p">[</span><span class="s">"crossdomain"</span><span class="p">,</span> <span class="s">"vernum"</span><span class="p">]</span>
 | |
| </pre></div>
 | |
| 
 | |
|           </div>
 | |
|         </div>
 | |
|       </div>
 | |
|       <div class="sphinxsidebar">
 | |
|         <div class="sphinxsidebarwrapper">
 | |
| <div id="searchbox" style="display: none">
 | |
|   <h3>Quick search</h3>
 | |
|     <form class="search" action="../../search.html" method="get">
 | |
|       <input type="text" name="q" />
 | |
|       <input type="submit" value="Go" />
 | |
|       <input type="hidden" name="check_keywords" value="yes" />
 | |
|       <input type="hidden" name="area" value="default" />
 | |
|     </form>
 | |
|     <p class="searchtip" style="font-size: 90%">
 | |
|     Enter search terms or a module, class or function name.
 | |
|     </p>
 | |
| </div>
 | |
| <script type="text/javascript">$('#searchbox').show(0);</script>
 | |
|         </div>
 | |
|       </div>
 | |
|       <div class="clearer"></div>
 | |
|     </div>
 | |
|     <div class="related">
 | |
|       <h3>Navigation</h3>
 | |
|       <ul>
 | |
|         <li class="right" style="margin-right: 10px">
 | |
|           <a href="../../genindex.html" title="General Index"
 | |
|              >index</a></li>
 | |
|         <li class="right" >
 | |
|           <a href="../../py-modindex.html" title="Python Module Index"
 | |
|              >modules</a> |</li>
 | |
|         <li><a href="../../index.html">Lorax 19.7.22 documentation</a> »</li>
 | |
|           <li><a href="../index.html" >Module code</a> »</li>
 | |
|           <li><a href="../pylorax.html" >pylorax</a> »</li> 
 | |
|       </ul>
 | |
|     </div>
 | |
|     <div class="footer">
 | |
|         © Copyright 2018, Red Hat, Inc..
 | |
|       Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
 | |
|     </div>
 | |
|   </body>
 | |
| </html> |