Lines Matching full:explicit
42 <li><strong>lyaml.explicit</strong></li>
51 <h1>Module <code>lyaml.explicit</code></h1>
64 <td class="summary">Parse the value following an explicit <code>!!bool</code> tag.</td>
68 <td class="summary">Parse the value following an explicit <code>!!float</code> tag.</td>
72 <td class="summary">Parse the value following an explicit <code>!!int</code> tag.</td>
76 <td class="summary">Parse an explicit <code>!!null</code> tag.</td>
80 <td class="summary">Parse the value following an explicit <code>!!str</code> tag.</td>
96 Parse the value following an explicit <code>!!bool</code> tag.
109 … <span class="types"><a class="type" href="../modules/lyaml.explicit.html#bool">bool</a></span>
123 <pre class="example">maybe_bool = explicit.bool(tagarg)</pre>
132 Parse the value following an explicit <code>!!float</code> tag.
159 <pre class="example">maybe_float = explicit.float(tagarg)</pre>
168 Parse the value following an explicit <code>!!int</code> tag.
181 … <span class="types"><a class="type" href="../modules/lyaml.explicit.html#int">int</a></span>
195 <pre class="example">maybe_int = explicit.int(tagarg)</pre>
204 Parse an explicit <code>!!null</code> tag.
221 <pre class="example">null = explicit.null(tagarg)</pre>
230 Parse the value following an explicit <code>!!str</code> tag.
252 <pre class="example">tagarg = explicit.str(tagarg)</pre>