PythonExtensionsCollection 0.2.0__py3-none-any.whl → 0.13.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- PythonExtensionsCollection/Comparison/CComparison.py +341 -0
- PythonExtensionsCollection/Comparison/__init__.py +13 -0
- PythonExtensionsCollection/File/CFile.py +326 -106
- PythonExtensionsCollection/File/__init__.py +1 -1
- PythonExtensionsCollection/Folder/CFolder.py +460 -0
- PythonExtensionsCollection/Folder/__init__.py +13 -0
- PythonExtensionsCollection/PythonExtensionsCollection.pdf +0 -0
- PythonExtensionsCollection/String/CString.py +128 -344
- PythonExtensionsCollection/String/__init__.py +1 -1
- PythonExtensionsCollection/Utils/CUtils.py +77 -74
- PythonExtensionsCollection/Utils/__init__.py +1 -1
- PythonExtensionsCollection/__init__.py +1 -1
- PythonExtensionsCollection/version.py +23 -0
- {PythonExtensionsCollection-0.2.0.dist-info → PythonExtensionsCollection-0.13.0.dist-info}/METADATA +57 -44
- PythonExtensionsCollection-0.13.0.dist-info/RECORD +18 -0
- {PythonExtensionsCollection-0.2.0.dist-info → PythonExtensionsCollection-0.13.0.dist-info}/WHEEL +1 -1
- PythonExtensionsCollection/doc/.buildinfo +0 -4
- PythonExtensionsCollection/doc/File.html +0 -315
- PythonExtensionsCollection/doc/String.html +0 -590
- PythonExtensionsCollection/doc/Utils.html +0 -209
- PythonExtensionsCollection/doc/_modules/PythonExtensionsCollection/File/CFile.html +0 -960
- PythonExtensionsCollection/doc/_modules/PythonExtensionsCollection/String/CString.html +0 -1221
- PythonExtensionsCollection/doc/_modules/PythonExtensionsCollection/Utils/CUtils.html +0 -431
- PythonExtensionsCollection/doc/_modules/index.html +0 -106
- PythonExtensionsCollection/doc/_sources/File.rst.txt +0 -28
- PythonExtensionsCollection/doc/_sources/String.rst.txt +0 -28
- PythonExtensionsCollection/doc/_sources/Utils.rst.txt +0 -28
- PythonExtensionsCollection/doc/_sources/additional_doc/Introduction.rst.txt +0 -365
- PythonExtensionsCollection/doc/_sources/index.rst.txt +0 -27
- PythonExtensionsCollection/doc/_static/_sphinx_javascript_frameworks_compat.js +0 -134
- PythonExtensionsCollection/doc/_static/alabaster.css +0 -701
- PythonExtensionsCollection/doc/_static/basic.css +0 -930
- PythonExtensionsCollection/doc/_static/custom.css +0 -1
- PythonExtensionsCollection/doc/_static/doctools.js +0 -264
- PythonExtensionsCollection/doc/_static/documentation_options.js +0 -14
- PythonExtensionsCollection/doc/_static/file.png +0 -0
- PythonExtensionsCollection/doc/_static/jquery-3.6.0.js +0 -10881
- PythonExtensionsCollection/doc/_static/jquery.js +0 -2
- PythonExtensionsCollection/doc/_static/language_data.js +0 -199
- PythonExtensionsCollection/doc/_static/minus.png +0 -0
- PythonExtensionsCollection/doc/_static/plus.png +0 -0
- PythonExtensionsCollection/doc/_static/pygments.css +0 -82
- PythonExtensionsCollection/doc/_static/searchtools.js +0 -531
- PythonExtensionsCollection/doc/_static/underscore-1.13.1.js +0 -2042
- PythonExtensionsCollection/doc/_static/underscore.js +0 -6
- PythonExtensionsCollection/doc/additional_doc/Introduction.html +0 -365
- PythonExtensionsCollection/doc/genindex.html +0 -292
- PythonExtensionsCollection/doc/index.html +0 -123
- PythonExtensionsCollection/doc/objects.inv +0 -0
- PythonExtensionsCollection/doc/py-modindex.html +0 -138
- PythonExtensionsCollection/doc/search.html +0 -127
- PythonExtensionsCollection/doc/searchindex.js +0 -1
- PythonExtensionsCollection-0.2.0.dist-info/RECORD +0 -48
- {PythonExtensionsCollection-0.2.0.dist-info → PythonExtensionsCollection-0.13.0.dist-info}/LICENSE +0 -0
- {PythonExtensionsCollection-0.2.0.dist-info → PythonExtensionsCollection-0.13.0.dist-info}/top_level.txt +0 -0
|
@@ -1,292 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
<!DOCTYPE html>
|
|
3
|
-
|
|
4
|
-
<html lang="en">
|
|
5
|
-
<head>
|
|
6
|
-
<meta charset="utf-8" />
|
|
7
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
8
|
-
<title>Index — Python Extensions Collection documentation</title>
|
|
9
|
-
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
|
|
10
|
-
<link rel="stylesheet" type="text/css" href="_static/alabaster.css" />
|
|
11
|
-
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
|
|
12
|
-
<script src="_static/jquery.js"></script>
|
|
13
|
-
<script src="_static/underscore.js"></script>
|
|
14
|
-
<script src="_static/_sphinx_javascript_frameworks_compat.js"></script>
|
|
15
|
-
<script src="_static/doctools.js"></script>
|
|
16
|
-
<link rel="index" title="Index" href="#" />
|
|
17
|
-
<link rel="search" title="Search" href="search.html" />
|
|
18
|
-
|
|
19
|
-
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
|
|
23
|
-
|
|
24
|
-
</head><body>
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
<div class="document">
|
|
28
|
-
<div class="documentwrapper">
|
|
29
|
-
<div class="bodywrapper">
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
<div class="body" role="main">
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
<h1 id="index">Index</h1>
|
|
36
|
-
|
|
37
|
-
<div class="genindex-jumpbox">
|
|
38
|
-
<a href="#A"><strong>A</strong></a>
|
|
39
|
-
| <a href="#C"><strong>C</strong></a>
|
|
40
|
-
| <a href="#D"><strong>D</strong></a>
|
|
41
|
-
| <a href="#E"><strong>E</strong></a>
|
|
42
|
-
| <a href="#F"><strong>F</strong></a>
|
|
43
|
-
| <a href="#G"><strong>G</strong></a>
|
|
44
|
-
| <a href="#M"><strong>M</strong></a>
|
|
45
|
-
| <a href="#N"><strong>N</strong></a>
|
|
46
|
-
| <a href="#O"><strong>O</strong></a>
|
|
47
|
-
| <a href="#P"><strong>P</strong></a>
|
|
48
|
-
| <a href="#R"><strong>R</strong></a>
|
|
49
|
-
| <a href="#S"><strong>S</strong></a>
|
|
50
|
-
| <a href="#T"><strong>T</strong></a>
|
|
51
|
-
| <a href="#W"><strong>W</strong></a>
|
|
52
|
-
|
|
53
|
-
</div>
|
|
54
|
-
<h2 id="A">A</h2>
|
|
55
|
-
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
56
|
-
<td style="width: 33%; vertical-align: top;"><ul>
|
|
57
|
-
<li><a href="File.html#PythonExtensionsCollection.File.CFile.CFile.Append">Append() (PythonExtensionsCollection.File.CFile.CFile method)</a>
|
|
58
|
-
</li>
|
|
59
|
-
</ul></td>
|
|
60
|
-
</tr></table>
|
|
61
|
-
|
|
62
|
-
<h2 id="C">C</h2>
|
|
63
|
-
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
64
|
-
<td style="width: 33%; vertical-align: top;"><ul>
|
|
65
|
-
<li><a href="File.html#PythonExtensionsCollection.File.CFile.CFile">CFile (class in PythonExtensionsCollection.File.CFile)</a>
|
|
66
|
-
</li>
|
|
67
|
-
<li><a href="File.html#PythonExtensionsCollection.File.CFile.CFile.Close">Close() (PythonExtensionsCollection.File.CFile.CFile method)</a>
|
|
68
|
-
</li>
|
|
69
|
-
<li><a href="File.html#PythonExtensionsCollection.File.CFile.enFileStatiType.closed">closed (PythonExtensionsCollection.File.CFile.enFileStatiType attribute)</a>
|
|
70
|
-
</li>
|
|
71
|
-
</ul></td>
|
|
72
|
-
<td style="width: 33%; vertical-align: top;"><ul>
|
|
73
|
-
<li><a href="File.html#PythonExtensionsCollection.File.CFile.CFile.CopyTo">CopyTo() (PythonExtensionsCollection.File.CFile.CFile method)</a>
|
|
74
|
-
</li>
|
|
75
|
-
<li><a href="String.html#PythonExtensionsCollection.String.CString.CString">CString (class in PythonExtensionsCollection.String.CString)</a>
|
|
76
|
-
</li>
|
|
77
|
-
<li><a href="Utils.html#PythonExtensionsCollection.Utils.CUtils.CTypePrint">CTypePrint (class in PythonExtensionsCollection.Utils.CUtils)</a>
|
|
78
|
-
</li>
|
|
79
|
-
</ul></td>
|
|
80
|
-
</tr></table>
|
|
81
|
-
|
|
82
|
-
<h2 id="D">D</h2>
|
|
83
|
-
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
84
|
-
<td style="width: 33%; vertical-align: top;"><ul>
|
|
85
|
-
<li><a href="File.html#PythonExtensionsCollection.File.CFile.CFile.Delete">Delete() (PythonExtensionsCollection.File.CFile.CFile method)</a>
|
|
86
|
-
</li>
|
|
87
|
-
</ul></td>
|
|
88
|
-
<td style="width: 33%; vertical-align: top;"><ul>
|
|
89
|
-
<li><a href="String.html#PythonExtensionsCollection.String.CString.CString.DetectParentPath">DetectParentPath() (PythonExtensionsCollection.String.CString.CString static method)</a>
|
|
90
|
-
</li>
|
|
91
|
-
</ul></td>
|
|
92
|
-
</tr></table>
|
|
93
|
-
|
|
94
|
-
<h2 id="E">E</h2>
|
|
95
|
-
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
96
|
-
<td style="width: 33%; vertical-align: top;"><ul>
|
|
97
|
-
<li><a href="File.html#PythonExtensionsCollection.File.CFile.enFileStatiType">enFileStatiType (class in PythonExtensionsCollection.File.CFile)</a>
|
|
98
|
-
</li>
|
|
99
|
-
</ul></td>
|
|
100
|
-
</tr></table>
|
|
101
|
-
|
|
102
|
-
<h2 id="F">F</h2>
|
|
103
|
-
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
104
|
-
<td style="width: 33%; vertical-align: top;"><ul>
|
|
105
|
-
<li><a href="String.html#PythonExtensionsCollection.String.CString.CString.FormatResult">FormatResult() (PythonExtensionsCollection.String.CString.CString static method)</a>
|
|
106
|
-
</li>
|
|
107
|
-
</ul></td>
|
|
108
|
-
</tr></table>
|
|
109
|
-
|
|
110
|
-
<h2 id="G">G</h2>
|
|
111
|
-
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
112
|
-
<td style="width: 33%; vertical-align: top;"><ul>
|
|
113
|
-
<li><a href="File.html#PythonExtensionsCollection.File.CFile.CFile.GetFileInfo">GetFileInfo() (PythonExtensionsCollection.File.CFile.CFile method)</a>
|
|
114
|
-
</li>
|
|
115
|
-
</ul></td>
|
|
116
|
-
</tr></table>
|
|
117
|
-
|
|
118
|
-
<h2 id="M">M</h2>
|
|
119
|
-
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
120
|
-
<td style="width: 33%; vertical-align: top;"><ul>
|
|
121
|
-
<li>
|
|
122
|
-
module
|
|
123
|
-
|
|
124
|
-
<ul>
|
|
125
|
-
<li><a href="File.html#module-PythonExtensionsCollection.File.CFile">PythonExtensionsCollection.File.CFile</a>
|
|
126
|
-
</li>
|
|
127
|
-
<li><a href="String.html#module-PythonExtensionsCollection.String.CString">PythonExtensionsCollection.String.CString</a>
|
|
128
|
-
</li>
|
|
129
|
-
<li><a href="Utils.html#module-PythonExtensionsCollection.Utils.CUtils">PythonExtensionsCollection.Utils.CUtils</a>
|
|
130
|
-
</li>
|
|
131
|
-
</ul></li>
|
|
132
|
-
</ul></td>
|
|
133
|
-
<td style="width: 33%; vertical-align: top;"><ul>
|
|
134
|
-
<li><a href="File.html#PythonExtensionsCollection.File.CFile.CFile.MoveTo">MoveTo() (PythonExtensionsCollection.File.CFile.CFile method)</a>
|
|
135
|
-
</li>
|
|
136
|
-
</ul></td>
|
|
137
|
-
</tr></table>
|
|
138
|
-
|
|
139
|
-
<h2 id="N">N</h2>
|
|
140
|
-
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
141
|
-
<td style="width: 33%; vertical-align: top;"><ul>
|
|
142
|
-
<li><a href="String.html#PythonExtensionsCollection.String.CString.CString.NormalizePath">NormalizePath() (PythonExtensionsCollection.String.CString.CString static method)</a>
|
|
143
|
-
</li>
|
|
144
|
-
</ul></td>
|
|
145
|
-
</tr></table>
|
|
146
|
-
|
|
147
|
-
<h2 id="O">O</h2>
|
|
148
|
-
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
149
|
-
<td style="width: 33%; vertical-align: top;"><ul>
|
|
150
|
-
<li><a href="File.html#PythonExtensionsCollection.File.CFile.enFileStatiType.openedforappending">openedforappending (PythonExtensionsCollection.File.CFile.enFileStatiType attribute)</a>
|
|
151
|
-
</li>
|
|
152
|
-
</ul></td>
|
|
153
|
-
<td style="width: 33%; vertical-align: top;"><ul>
|
|
154
|
-
<li><a href="File.html#PythonExtensionsCollection.File.CFile.enFileStatiType.openedforreading">openedforreading (PythonExtensionsCollection.File.CFile.enFileStatiType attribute)</a>
|
|
155
|
-
</li>
|
|
156
|
-
<li><a href="File.html#PythonExtensionsCollection.File.CFile.enFileStatiType.openedforwriting">openedforwriting (PythonExtensionsCollection.File.CFile.enFileStatiType attribute)</a>
|
|
157
|
-
</li>
|
|
158
|
-
</ul></td>
|
|
159
|
-
</tr></table>
|
|
160
|
-
|
|
161
|
-
<h2 id="P">P</h2>
|
|
162
|
-
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
163
|
-
<td style="width: 33%; vertical-align: top;"><ul>
|
|
164
|
-
<li><a href="Utils.html#PythonExtensionsCollection.Utils.CUtils.PrettyPrint">PrettyPrint() (in module PythonExtensionsCollection.Utils.CUtils)</a>
|
|
165
|
-
</li>
|
|
166
|
-
<li>
|
|
167
|
-
PythonExtensionsCollection.File.CFile
|
|
168
|
-
|
|
169
|
-
<ul>
|
|
170
|
-
<li><a href="File.html#module-PythonExtensionsCollection.File.CFile">module</a>
|
|
171
|
-
</li>
|
|
172
|
-
</ul></li>
|
|
173
|
-
</ul></td>
|
|
174
|
-
<td style="width: 33%; vertical-align: top;"><ul>
|
|
175
|
-
<li>
|
|
176
|
-
PythonExtensionsCollection.String.CString
|
|
177
|
-
|
|
178
|
-
<ul>
|
|
179
|
-
<li><a href="String.html#module-PythonExtensionsCollection.String.CString">module</a>
|
|
180
|
-
</li>
|
|
181
|
-
</ul></li>
|
|
182
|
-
<li>
|
|
183
|
-
PythonExtensionsCollection.Utils.CUtils
|
|
184
|
-
|
|
185
|
-
<ul>
|
|
186
|
-
<li><a href="Utils.html#module-PythonExtensionsCollection.Utils.CUtils">module</a>
|
|
187
|
-
</li>
|
|
188
|
-
</ul></li>
|
|
189
|
-
</ul></td>
|
|
190
|
-
</tr></table>
|
|
191
|
-
|
|
192
|
-
<h2 id="R">R</h2>
|
|
193
|
-
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
194
|
-
<td style="width: 33%; vertical-align: top;"><ul>
|
|
195
|
-
<li><a href="File.html#PythonExtensionsCollection.File.CFile.CFile.ReadLines">ReadLines() (PythonExtensionsCollection.File.CFile.CFile method)</a>
|
|
196
|
-
</li>
|
|
197
|
-
</ul></td>
|
|
198
|
-
</tr></table>
|
|
199
|
-
|
|
200
|
-
<h2 id="S">S</h2>
|
|
201
|
-
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
202
|
-
<td style="width: 33%; vertical-align: top;"><ul>
|
|
203
|
-
<li><a href="String.html#PythonExtensionsCollection.String.CString.CString.StringFilter">StringFilter() (PythonExtensionsCollection.String.CString.CString static method)</a>
|
|
204
|
-
</li>
|
|
205
|
-
</ul></td>
|
|
206
|
-
</tr></table>
|
|
207
|
-
|
|
208
|
-
<h2 id="T">T</h2>
|
|
209
|
-
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
210
|
-
<td style="width: 33%; vertical-align: top;"><ul>
|
|
211
|
-
<li><a href="Utils.html#PythonExtensionsCollection.Utils.CUtils.CTypePrint.TypePrint">TypePrint() (PythonExtensionsCollection.Utils.CUtils.CTypePrint method)</a>
|
|
212
|
-
</li>
|
|
213
|
-
</ul></td>
|
|
214
|
-
</tr></table>
|
|
215
|
-
|
|
216
|
-
<h2 id="W">W</h2>
|
|
217
|
-
<table style="width: 100%" class="indextable genindextable"><tr>
|
|
218
|
-
<td style="width: 33%; vertical-align: top;"><ul>
|
|
219
|
-
<li><a href="File.html#PythonExtensionsCollection.File.CFile.CFile.Write">Write() (PythonExtensionsCollection.File.CFile.CFile method)</a>
|
|
220
|
-
</li>
|
|
221
|
-
</ul></td>
|
|
222
|
-
</tr></table>
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
</div>
|
|
227
|
-
|
|
228
|
-
</div>
|
|
229
|
-
</div>
|
|
230
|
-
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
|
|
231
|
-
<div class="sphinxsidebarwrapper">
|
|
232
|
-
<h1 class="logo"><a href="index.html">Python Extensions Collection</a></h1>
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
<h3>Navigation</h3>
|
|
242
|
-
<ul>
|
|
243
|
-
<li class="toctree-l1"><a class="reference internal" href="additional_doc/Introduction.html">1. Introduction</a></li>
|
|
244
|
-
<li class="toctree-l1"><a class="reference internal" href="additional_doc/Introduction.html#examples">2. Examples</a></li>
|
|
245
|
-
<li class="toctree-l1"><a class="reference internal" href="String.html">3. CString module</a></li>
|
|
246
|
-
<li class="toctree-l1"><a class="reference internal" href="Utils.html">4. CUtils module</a></li>
|
|
247
|
-
<li class="toctree-l1"><a class="reference internal" href="File.html">5. CFile module</a></li>
|
|
248
|
-
</ul>
|
|
249
|
-
|
|
250
|
-
<div class="relations">
|
|
251
|
-
<h3>Related Topics</h3>
|
|
252
|
-
<ul>
|
|
253
|
-
<li><a href="index.html">Documentation overview</a><ul>
|
|
254
|
-
</ul></li>
|
|
255
|
-
</ul>
|
|
256
|
-
</div>
|
|
257
|
-
<div id="searchbox" style="display: none" role="search">
|
|
258
|
-
<h3 id="searchlabel">Quick search</h3>
|
|
259
|
-
<div class="searchformwrapper">
|
|
260
|
-
<form class="search" action="search.html" method="get">
|
|
261
|
-
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
|
|
262
|
-
<input type="submit" value="Go" />
|
|
263
|
-
</form>
|
|
264
|
-
</div>
|
|
265
|
-
</div>
|
|
266
|
-
<script>document.getElementById('searchbox').style.display = "block"</script>
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
</div>
|
|
276
|
-
</div>
|
|
277
|
-
<div class="clearer"></div>
|
|
278
|
-
</div>
|
|
279
|
-
<div class="footer">
|
|
280
|
-
©2022, Queckenstedt Holger (XC-CT/ECA3).
|
|
281
|
-
|
|
282
|
-
|
|
|
283
|
-
Powered by <a href="http://sphinx-doc.org/">Sphinx 5.0.0</a>
|
|
284
|
-
& <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
|
|
285
|
-
|
|
286
|
-
</div>
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
</body>
|
|
292
|
-
</html>
|
|
@@ -1,123 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
<!DOCTYPE html>
|
|
3
|
-
|
|
4
|
-
<html lang="en">
|
|
5
|
-
<head>
|
|
6
|
-
<meta charset="utf-8" />
|
|
7
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
|
|
8
|
-
|
|
9
|
-
<title>API Contents — Python Extensions Collection documentation</title>
|
|
10
|
-
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
|
|
11
|
-
<link rel="stylesheet" type="text/css" href="_static/alabaster.css" />
|
|
12
|
-
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
|
|
13
|
-
<script src="_static/jquery.js"></script>
|
|
14
|
-
<script src="_static/underscore.js"></script>
|
|
15
|
-
<script src="_static/_sphinx_javascript_frameworks_compat.js"></script>
|
|
16
|
-
<script src="_static/doctools.js"></script>
|
|
17
|
-
<link rel="index" title="Index" href="genindex.html" />
|
|
18
|
-
<link rel="search" title="Search" href="search.html" />
|
|
19
|
-
<link rel="next" title="1. Introduction" href="additional_doc/Introduction.html" />
|
|
20
|
-
|
|
21
|
-
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
|
|
25
|
-
|
|
26
|
-
</head><body>
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
<div class="document">
|
|
30
|
-
<div class="documentwrapper">
|
|
31
|
-
<div class="bodywrapper">
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
<div class="body" role="main">
|
|
35
|
-
|
|
36
|
-
<section id="api-contents">
|
|
37
|
-
<h1>API Contents<a class="headerlink" href="#api-contents" title="Permalink to this heading">¶</a></h1>
|
|
38
|
-
<div class="toctree-wrapper compound">
|
|
39
|
-
<ul>
|
|
40
|
-
<li class="toctree-l1"><a class="reference internal" href="additional_doc/Introduction.html">1. Introduction</a></li>
|
|
41
|
-
<li class="toctree-l1"><a class="reference internal" href="additional_doc/Introduction.html#examples">2. Examples</a><ul>
|
|
42
|
-
<li class="toctree-l2"><a class="reference internal" href="additional_doc/Introduction.html#file-access-with-cfile">2.1. File access with CFile</a></li>
|
|
43
|
-
</ul>
|
|
44
|
-
</li>
|
|
45
|
-
<li class="toctree-l1"><a class="reference internal" href="String.html">3. CString module</a></li>
|
|
46
|
-
<li class="toctree-l1"><a class="reference internal" href="Utils.html">4. CUtils module</a></li>
|
|
47
|
-
<li class="toctree-l1"><a class="reference internal" href="File.html">5. CFile module</a></li>
|
|
48
|
-
</ul>
|
|
49
|
-
</div>
|
|
50
|
-
</section>
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
</div>
|
|
54
|
-
|
|
55
|
-
</div>
|
|
56
|
-
</div>
|
|
57
|
-
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
|
|
58
|
-
<div class="sphinxsidebarwrapper">
|
|
59
|
-
<h1 class="logo"><a href="#">Python Extensions Collection</a></h1>
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
<h3>Navigation</h3>
|
|
69
|
-
<ul>
|
|
70
|
-
<li class="toctree-l1"><a class="reference internal" href="additional_doc/Introduction.html">1. Introduction</a></li>
|
|
71
|
-
<li class="toctree-l1"><a class="reference internal" href="additional_doc/Introduction.html#examples">2. Examples</a></li>
|
|
72
|
-
<li class="toctree-l1"><a class="reference internal" href="String.html">3. CString module</a></li>
|
|
73
|
-
<li class="toctree-l1"><a class="reference internal" href="Utils.html">4. CUtils module</a></li>
|
|
74
|
-
<li class="toctree-l1"><a class="reference internal" href="File.html">5. CFile module</a></li>
|
|
75
|
-
</ul>
|
|
76
|
-
|
|
77
|
-
<div class="relations">
|
|
78
|
-
<h3>Related Topics</h3>
|
|
79
|
-
<ul>
|
|
80
|
-
<li><a href="#">Documentation overview</a><ul>
|
|
81
|
-
<li>Next: <a href="additional_doc/Introduction.html" title="next chapter"><span class="section-number">1. </span>Introduction</a></li>
|
|
82
|
-
</ul></li>
|
|
83
|
-
</ul>
|
|
84
|
-
</div>
|
|
85
|
-
<div id="searchbox" style="display: none" role="search">
|
|
86
|
-
<h3 id="searchlabel">Quick search</h3>
|
|
87
|
-
<div class="searchformwrapper">
|
|
88
|
-
<form class="search" action="search.html" method="get">
|
|
89
|
-
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
|
|
90
|
-
<input type="submit" value="Go" />
|
|
91
|
-
</form>
|
|
92
|
-
</div>
|
|
93
|
-
</div>
|
|
94
|
-
<script>document.getElementById('searchbox').style.display = "block"</script>
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
</div>
|
|
104
|
-
</div>
|
|
105
|
-
<div class="clearer"></div>
|
|
106
|
-
</div>
|
|
107
|
-
<div class="footer">
|
|
108
|
-
©2022, Queckenstedt Holger (XC-CT/ECA3).
|
|
109
|
-
|
|
110
|
-
|
|
|
111
|
-
Powered by <a href="http://sphinx-doc.org/">Sphinx 5.0.0</a>
|
|
112
|
-
& <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
|
|
113
|
-
|
|
114
|
-
|
|
|
115
|
-
<a href="_sources/index.rst.txt"
|
|
116
|
-
rel="nofollow">Page source</a>
|
|
117
|
-
</div>
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
</body>
|
|
123
|
-
</html>
|
|
Binary file
|
|
@@ -1,138 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
<!DOCTYPE html>
|
|
3
|
-
|
|
4
|
-
<html lang="en">
|
|
5
|
-
<head>
|
|
6
|
-
<meta charset="utf-8" />
|
|
7
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
8
|
-
<title>Python Module Index — Python Extensions Collection documentation</title>
|
|
9
|
-
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
|
|
10
|
-
<link rel="stylesheet" type="text/css" href="_static/alabaster.css" />
|
|
11
|
-
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
|
|
12
|
-
<script src="_static/jquery.js"></script>
|
|
13
|
-
<script src="_static/underscore.js"></script>
|
|
14
|
-
<script src="_static/_sphinx_javascript_frameworks_compat.js"></script>
|
|
15
|
-
<script src="_static/doctools.js"></script>
|
|
16
|
-
<link rel="index" title="Index" href="genindex.html" />
|
|
17
|
-
<link rel="search" title="Search" href="search.html" />
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
</head><body>
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
<div class="document">
|
|
31
|
-
<div class="documentwrapper">
|
|
32
|
-
<div class="bodywrapper">
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
<div class="body" role="main">
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
<h1>Python Module Index</h1>
|
|
39
|
-
|
|
40
|
-
<div class="modindex-jumpbox">
|
|
41
|
-
<a href="#cap-p"><strong>p</strong></a>
|
|
42
|
-
</div>
|
|
43
|
-
|
|
44
|
-
<table class="indextable modindextable">
|
|
45
|
-
<tr class="pcap"><td></td><td> </td><td></td></tr>
|
|
46
|
-
<tr class="cap" id="cap-p"><td></td><td>
|
|
47
|
-
<strong>p</strong></td><td></td></tr>
|
|
48
|
-
<tr>
|
|
49
|
-
<td><img src="_static/minus.png" class="toggler"
|
|
50
|
-
id="toggle-1" style="display: none" alt="-" /></td>
|
|
51
|
-
<td>
|
|
52
|
-
<code class="xref">PythonExtensionsCollection</code></td><td>
|
|
53
|
-
<em></em></td></tr>
|
|
54
|
-
<tr class="cg-1">
|
|
55
|
-
<td></td>
|
|
56
|
-
<td>   
|
|
57
|
-
<a href="File.html#module-PythonExtensionsCollection.File.CFile"><code class="xref">PythonExtensionsCollection.File.CFile</code></a></td><td>
|
|
58
|
-
<em></em></td></tr>
|
|
59
|
-
<tr class="cg-1">
|
|
60
|
-
<td></td>
|
|
61
|
-
<td>   
|
|
62
|
-
<a href="String.html#module-PythonExtensionsCollection.String.CString"><code class="xref">PythonExtensionsCollection.String.CString</code></a></td><td>
|
|
63
|
-
<em></em></td></tr>
|
|
64
|
-
<tr class="cg-1">
|
|
65
|
-
<td></td>
|
|
66
|
-
<td>   
|
|
67
|
-
<a href="Utils.html#module-PythonExtensionsCollection.Utils.CUtils"><code class="xref">PythonExtensionsCollection.Utils.CUtils</code></a></td><td>
|
|
68
|
-
<em></em></td></tr>
|
|
69
|
-
</table>
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
</div>
|
|
73
|
-
|
|
74
|
-
</div>
|
|
75
|
-
</div>
|
|
76
|
-
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
|
|
77
|
-
<div class="sphinxsidebarwrapper">
|
|
78
|
-
<h1 class="logo"><a href="index.html">Python Extensions Collection</a></h1>
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
<h3>Navigation</h3>
|
|
88
|
-
<ul>
|
|
89
|
-
<li class="toctree-l1"><a class="reference internal" href="additional_doc/Introduction.html">1. Introduction</a></li>
|
|
90
|
-
<li class="toctree-l1"><a class="reference internal" href="additional_doc/Introduction.html#examples">2. Examples</a></li>
|
|
91
|
-
<li class="toctree-l1"><a class="reference internal" href="String.html">3. CString module</a></li>
|
|
92
|
-
<li class="toctree-l1"><a class="reference internal" href="Utils.html">4. CUtils module</a></li>
|
|
93
|
-
<li class="toctree-l1"><a class="reference internal" href="File.html">5. CFile module</a></li>
|
|
94
|
-
</ul>
|
|
95
|
-
|
|
96
|
-
<div class="relations">
|
|
97
|
-
<h3>Related Topics</h3>
|
|
98
|
-
<ul>
|
|
99
|
-
<li><a href="index.html">Documentation overview</a><ul>
|
|
100
|
-
</ul></li>
|
|
101
|
-
</ul>
|
|
102
|
-
</div>
|
|
103
|
-
<div id="searchbox" style="display: none" role="search">
|
|
104
|
-
<h3 id="searchlabel">Quick search</h3>
|
|
105
|
-
<div class="searchformwrapper">
|
|
106
|
-
<form class="search" action="search.html" method="get">
|
|
107
|
-
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
|
|
108
|
-
<input type="submit" value="Go" />
|
|
109
|
-
</form>
|
|
110
|
-
</div>
|
|
111
|
-
</div>
|
|
112
|
-
<script>document.getElementById('searchbox').style.display = "block"</script>
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
</div>
|
|
122
|
-
</div>
|
|
123
|
-
<div class="clearer"></div>
|
|
124
|
-
</div>
|
|
125
|
-
<div class="footer">
|
|
126
|
-
©2022, Queckenstedt Holger (XC-CT/ECA3).
|
|
127
|
-
|
|
128
|
-
|
|
|
129
|
-
Powered by <a href="http://sphinx-doc.org/">Sphinx 5.0.0</a>
|
|
130
|
-
& <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
|
|
131
|
-
|
|
132
|
-
</div>
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
</body>
|
|
138
|
-
</html>
|