-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
42fd19c
commit 3ab2f97
Showing
9 changed files
with
643 additions
and
924 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
.. Copyright (c) 2024, J. D. Mitchell | ||
Distributed under the terms of the GPL license version 3. | ||
The full license is in the file LICENSE, distributed with this software. | ||
.. currentmodule:: _libsemigroups_pybind11 | ||
|
||
Reporter | ||
======== | ||
|
||
.. autoclass:: Reporter | ||
:class-doc-from: class | ||
:noindex: | ||
|
||
Contents | ||
-------- | ||
|
||
.. autosummary:: | ||
:nosignatures: | ||
|
||
~Reporter | ||
Reporter.init | ||
Reporter.last_report | ||
Reporter.report | ||
Reporter.report_every | ||
Reporter.report_prefix | ||
Reporter.reset_last_report | ||
Reporter.reset_start_time | ||
Reporter.start_time | ||
|
||
Full API | ||
-------- | ||
|
||
.. autoclass:: Reporter | ||
:members: | ||
:class-doc-from: init |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
.. Copyright (c) 2024, J. D. Mitchell | ||
Distributed under the terms of the GPL license version 3. | ||
The full license is in the file LICENSE, distributed with this software. | ||
.. currentmodule:: _libsemigroups_pybind11 | ||
|
||
Runner | ||
====== | ||
|
||
TODO | ||
|
||
Contents | ||
-------- | ||
|
||
.. autosummary:: | ||
:nosignatures: | ||
|
||
~Runner | ||
Runner.current_state | ||
Runner.dead | ||
Runner.finished | ||
Runner.kill | ||
Runner.run | ||
Runner.run_for | ||
Runner.running | ||
Runner.running_for | ||
Runner.running_until | ||
Runner.started | ||
Runner.state | ||
Runner.stopped | ||
Runner.stopped_by_predicate | ||
Runner.timed_out | ||
|
||
Full API | ||
-------- | ||
|
||
.. autoclass:: Runner | ||
:members: | ||
:class-doc-from: class | ||
|
||
Methods inherited from Reporter | ||
------------------------------- | ||
|
||
.. autoclass:: Reporter | ||
:members: | ||
:noindex: |
Oops, something went wrong.