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