/usr/share/doc/python-kiwi/api/kiwi.environ.html is in python-kiwi 1.9.22-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html><head>
<link rel="stylesheet" type="text/css" href="apidocs.css"/>
<title>API docs for “kiwi.environ”</title>
</head>
<body><h1 class="module">Module k.environ</h1><span id="part">Part of <a href="kiwi.html">kiwi</a></span><div class="toplevel"><div><p>Environment helpers: path mangling and resource management</p>
</div></div><table class="children"><tr class="function"><td>Function</td><td><a href="#kiwi.environ._is_frozen">_is_frozen</a></td><td><div><p>Helper function to check if we're frozen in a py2exe'd file</p>
</div></td></tr><tr class="class"><td>Class</td><td><a href="kiwi.environ.Environment.html">Environment</a></td><td><div><p>Environment control</p>
</div></td></tr><tr class="class"><td>Class</td><td><a href="kiwi.environ.Library.html">Library</a></td><td><div><p>A Library is a local environment object, it's a subclass of the</p>
</div></td></tr><tr class="class"><td>Class</td><td><a href="kiwi.environ.Application.html">Application</a></td><td><div><p>Application extends a <a href="kiwi.environ.Library.html">Library</a>.
It's meant to be used</p>
</div></td></tr><tr class="function"><td>Function</td><td><a href="#kiwi.environ.require_gazpacho">require_gazpacho</a></td><td><span class="undocumented">Undocumented</span></td></tr><tr class="function"><td>Function</td><td><a href="#kiwi.environ.is_gazpacho_required">is_gazpacho_required</a></td><td><span class="undocumented">Undocumented</span></td></tr></table>
<div class="function">
<div class="functionHeader">def <a name="kiwi.environ._is_frozen">_is_frozen():</a></div>
<div class="functionBody"><div><p>Helper function to check if we're frozen in a py2exe'd file</p>
</div></div>
</div>
<div class="function">
<div class="functionHeader">def <a name="kiwi.environ.require_gazpacho">require_gazpacho():</a></div>
<div class="functionBody"><div class="undocumented">Undocumented</div></div>
</div>
<div class="function">
<div class="functionHeader">def <a name="kiwi.environ.is_gazpacho_required">is_gazpacho_required():</a></div>
<div class="functionBody"><div class="undocumented">Undocumented</div></div>
</div></body>
|