Skip to content

Commit 562695e

Browse files
committed
Deploying to gh-pages from @ a9d1fe5 🚀
1 parent 8ea6460 commit 562695e

File tree

560 files changed

+5032
-5062
lines changed

Some content is hidden

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

560 files changed

+5032
-5062
lines changed

_sources/tutorial/classes.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ Usually, a method is called right after it is bound::
359359

360360
x.f()
361361

362-
In the :class:`!MyClass` example, this will return the string ``'hello world'``.
362+
If ``x = MyClass()``, as above, this will return the string ``'hello world'``.
363363
However, it is not necessary to call a method right away: ``x.f`` is a method
364364
object, and can be stored away and called at a later time. For example::
365365

_sources/using/ios.rst.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,17 @@ You can also open the testbed project in Xcode by running:
372372
373373
This will allow you to use the full Xcode suite of tools for debugging.
374374

375+
The arguments used to run the test suite are defined as part of the test plan.
376+
To modify the test plan, select the test plan node of the project tree (it
377+
should be the first child of the root node), and select the "Configurations"
378+
tab. Modify the "Arguments Passed On Launch" value to change the testing
379+
arguments.
380+
381+
The test plan also disables parallel testing, and specifies the use of the
382+
``iOSTestbed.lldbinit`` file for providing configuration of the debugger. The
383+
default debugger configuration disables automatic breakpoints on the
384+
``SIGINT``, ``SIGUSR1``, ``SIGUSR2``, and ``SIGXFSZ`` signals.
385+
375386
App Store Compliance
376387
====================
377388

_static/glossary.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ <h3>瀏覽</h3>
320320
<a href="https://www.python.org/psf/donations/">Please donate.</a>
321321
<br>
322322
<br>
323-
最後更新於 8月 21, 2025 (05:29 UTC)。
323+
最後更新於 8月 22, 2025 (14:39 UTC)。
324324

325325
<a href="/bugs.html">Found a bug</a>?
326326

bugs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ <h3>瀏覽</h3>
359359
<a href="https://www.python.org/psf/donations/">Please donate.</a>
360360
<br>
361361
<br>
362-
最後更新於 8月 21, 2025 (05:29 UTC)。
362+
最後更新於 8月 22, 2025 (14:39 UTC)。
363363

364364
<a href="/bugs.html">Found a bug</a>?
365365

c-api/abstract.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ <h3>瀏覽</h3>
329329
<a href="https://www.python.org/psf/donations/">Please donate.</a>
330330
<br>
331331
<br>
332-
最後更新於 8月 21, 2025 (05:29 UTC)。
332+
最後更新於 8月 22, 2025 (14:39 UTC)。
333333

334334
<a href="/bugs.html">Found a bug</a>?
335335

c-api/allocation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ <h3>瀏覽</h3>
346346
<a href="https://www.python.org/psf/donations/">Please donate.</a>
347347
<br>
348348
<br>
349-
最後更新於 8月 21, 2025 (05:29 UTC)。
349+
最後更新於 8月 22, 2025 (14:39 UTC)。
350350

351351
<a href="/bugs.html">Found a bug</a>?
352352

c-api/apiabiversion.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ <h3>瀏覽</h3>
376376
<a href="https://www.python.org/psf/donations/">Please donate.</a>
377377
<br>
378378
<br>
379-
最後更新於 8月 21, 2025 (05:29 UTC)。
379+
最後更新於 8月 22, 2025 (14:39 UTC)。
380380

381381
<a href="/bugs.html">Found a bug</a>?
382382

c-api/arg.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,7 @@ <h3>瀏覽</h3>
931931
<a href="https://www.python.org/psf/donations/">Please donate.</a>
932932
<br>
933933
<br>
934-
最後更新於 8月 21, 2025 (05:29 UTC)。
934+
最後更新於 8月 22, 2025 (14:39 UTC)。
935935

936936
<a href="/bugs.html">Found a bug</a>?
937937

c-api/bool.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ <h3>瀏覽</h3>
340340
<a href="https://www.python.org/psf/donations/">Please donate.</a>
341341
<br>
342342
<br>
343-
最後更新於 8月 21, 2025 (05:29 UTC)。
343+
最後更新於 8月 22, 2025 (14:39 UTC)。
344344

345345
<a href="/bugs.html">Found a bug</a>?
346346

0 commit comments

Comments
 (0)