~ubuntu-branches/ubuntu/natty/phatch/natty

« back to all changes in this revision

Viewing changes to docs/build/html/lib.safe.html

  • Committer: Bazaar Package Importer
  • Author(s): Piotr Ożarowski
  • Date: 2009-10-12 11:53:43 UTC
  • mfrom: (1.1.7 upstream) (4.1.8 sid)
  • Revision ID: james.westby@ubuntu.com-20091012115343-viftquwjkjx19mgz
Tags: 0.2.3-2
* phatch.desktop and menu files are now shipped by phatch package
  (LP: #449210)
  - add lintian overrides for above changes (phatch depends on phatch-cli so
    everything is ok)

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
 
66
66
<dl class="function">
67
67
<dt id="lib.safe.assert_safe_expr">
68
 
<tt class="descclassname">lib.safe.</tt><tt class="descname">assert_safe_expr</tt><big>(</big><em>meta_expr</em>, <em>_globals=None</em>, <em>_locals=None</em>, <em>validate=None</em>, <em>preprocess=&lt;function &lt;lambda&gt; at 0x2f70848&gt;</em><big>)</big><a class="headerlink" href="#lib.safe.assert_safe_expr" title="Permalink to this definition">¶</a></dt>
 
68
<tt class="descclassname">lib.safe.</tt><tt class="descname">assert_safe_expr</tt><big>(</big><em>meta_expr</em>, <em>_globals=None</em>, <em>_locals=None</em>, <em>validate=None</em>, <em>preprocess=&lt;function &lt;lambda&gt; at 0x318e9b0&gt;</em><big>)</big><a class="headerlink" href="#lib.safe.assert_safe_expr" title="Permalink to this definition">¶</a></dt>
69
69
<dd></dd></dl>
70
70
 
71
71
<dl class="function">
72
72
<dt id="lib.safe.compile_expr">
73
 
<tt class="descclassname">lib.safe.</tt><tt class="descname">compile_expr</tt><big>(</big><em>meta_expr</em>, <em>_globals=None</em>, <em>_locals=None</em>, <em>validate=None</em>, <em>preprocess=&lt;function &lt;lambda&gt; at 0x2f70758&gt;</em>, <em>safe=True</em><big>)</big><a class="headerlink" href="#lib.safe.compile_expr" title="Permalink to this definition">¶</a></dt>
 
73
<tt class="descclassname">lib.safe.</tt><tt class="descname">compile_expr</tt><big>(</big><em>meta_expr</em>, <em>_globals=None</em>, <em>_locals=None</em>, <em>validate=None</em>, <em>preprocess=&lt;function &lt;lambda&gt; at 0x318e8c0&gt;</em>, <em>safe=True</em><big>)</big><a class="headerlink" href="#lib.safe.compile_expr" title="Permalink to this definition">¶</a></dt>
74
74
<dd><p>If safe is a list, a restricted evaluation will be executed.
75
75
Otherwise if safe is None, a unrestriced eval will be executed.</p>
76
76
<table class="docutils field-list" frame="void" rules="none">