Skip to content

Commit f9b7029

Browse files
committed
Deploying to gh-pages from @ 3f807b1 🚀
1 parent 3dd7813 commit f9b7029

58 files changed

Lines changed: 2040 additions & 1184 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

latest/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: e6b046db2b2765fe597b7ee484b165ae
3+
config: 449bd9b5be94a4768aa4fd03dc80bcd4
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
52 Bytes
Binary file not shown.

latest/.doctrees/credstore.doctree

52 Bytes
Binary file not shown.
733 KB
Binary file not shown.

latest/.doctrees/gssapi.doctree

3.49 KB
Binary file not shown.
132 KB
Binary file not shown.

latest/.doctrees/index.doctree

52 Bytes
Binary file not shown.

latest/.doctrees/otherdoc.doctree

52 Bytes
Binary file not shown.

latest/.doctrees/tutorials.doctree

52 Bytes
Binary file not shown.

latest/_modules/gssapi/_utils.html

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
<script src="../../_static/js/html5shiv.min.js"></script>
1212
<![endif]-->
1313

14-
<script src="../../_static/jquery.js"></script>
15-
<script src="../../_static/_sphinx_javascript_frameworks_compat.js"></script>
16-
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
17-
<script src="../../_static/doctools.js"></script>
18-
<script src="../../_static/sphinx_highlight.js"></script>
14+
<script src="../../_static/jquery.js?v=5d32c60e"></script>
15+
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
16+
<script src="../../_static/documentation_options.js?v=82e6e318"></script>
17+
<script src="../../_static/doctools.js?v=888ff710"></script>
18+
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
1919
<script src="../../_static/js/theme.js"></script>
2020
<link rel="index" title="Index" href="../../genindex.html" />
2121
<link rel="search" title="Search" href="../../search.html" />
@@ -156,7 +156,9 @@ <h1>Source code for gssapi._utils</h1><div class="highlight"><pre>
156156
<span class="k">return</span> <span class="n">_ENCODING</span>
157157

158158

159-
<div class="viewcode-block" id="set_encoding"><a class="viewcode-back" href="../../gssapi.html#gssapi.set_encoding">[docs]</a><span class="k">def</span> <span class="nf">set_encoding</span><span class="p">(</span>
159+
<div class="viewcode-block" id="set_encoding">
160+
<a class="viewcode-back" href="../../gssapi.html#gssapi.set_encoding">[docs]</a>
161+
<span class="k">def</span> <span class="nf">set_encoding</span><span class="p">(</span>
160162
<span class="n">enc</span><span class="p">:</span> <span class="nb">str</span><span class="p">,</span>
161163
<span class="p">)</span> <span class="o">-&gt;</span> <span class="kc">None</span><span class="p">:</span>
162164
<span class="w"> </span><span class="sd">&quot;&quot;&quot;Sets the current encoding used for strings</span>
@@ -172,6 +174,7 @@ <h1>Source code for gssapi._utils</h1><div class="highlight"><pre>
172174
<span class="n">_ENCODING</span> <span class="o">=</span> <span class="n">enc</span></div>
173175

174176

177+
175178
<span class="k">def</span> <span class="nf">_encode_dict</span><span class="p">(</span>
176179
<span class="n">d</span><span class="p">:</span> <span class="n">t</span><span class="o">.</span><span class="n">Dict</span><span class="p">[</span><span class="n">t</span><span class="o">.</span><span class="n">Union</span><span class="p">[</span><span class="nb">bytes</span><span class="p">,</span> <span class="nb">str</span><span class="p">],</span> <span class="n">t</span><span class="o">.</span><span class="n">Union</span><span class="p">[</span><span class="nb">bytes</span><span class="p">,</span> <span class="nb">str</span><span class="p">]],</span>
177180
<span class="p">)</span> <span class="o">-&gt;</span> <span class="n">t</span><span class="o">.</span><span class="n">Dict</span><span class="p">[</span><span class="nb">bytes</span><span class="p">,</span> <span class="nb">bytes</span><span class="p">]:</span>

0 commit comments

Comments
 (0)