mirror of
https://github.com/deepseek-ai/smallpond
synced 2025-06-26 18:27:45 +00:00
36 lines
535 B
ReStructuredText
36 lines
535 B
ReStructuredText
smallpond.execution.task.TaskId
|
|
===============================
|
|
|
|
.. currentmodule:: smallpond.execution.task
|
|
|
|
.. autoclass:: TaskId
|
|
|
|
|
|
.. automethod:: __init__
|
|
|
|
|
|
.. rubric:: Methods
|
|
|
|
.. autosummary::
|
|
|
|
~TaskId.__init__
|
|
~TaskId.as_integer_ratio
|
|
~TaskId.bit_length
|
|
~TaskId.conjugate
|
|
~TaskId.from_bytes
|
|
~TaskId.to_bytes
|
|
|
|
|
|
|
|
|
|
|
|
.. rubric:: Attributes
|
|
|
|
.. autosummary::
|
|
|
|
~TaskId.denominator
|
|
~TaskId.imag
|
|
~TaskId.numerator
|
|
~TaskId.real
|
|
|
|
|