ducpy.Duc.VersionGraph ====================== .. py:module:: ducpy.Duc.VersionGraph Attributes ---------- .. autoapisummary:: ducpy.Duc.VersionGraph.np Classes ------- .. autoapisummary:: ducpy.Duc.VersionGraph.VersionGraph Functions --------- .. autoapisummary:: ducpy.Duc.VersionGraph.VersionGraphStart ducpy.Duc.VersionGraph.Start ducpy.Duc.VersionGraph.VersionGraphAddUserCheckpointVersionId ducpy.Duc.VersionGraph.AddUserCheckpointVersionId ducpy.Duc.VersionGraph.VersionGraphAddLatestVersionId ducpy.Duc.VersionGraph.AddLatestVersionId ducpy.Duc.VersionGraph.VersionGraphAddCheckpoints ducpy.Duc.VersionGraph.AddCheckpoints ducpy.Duc.VersionGraph.VersionGraphStartCheckpointsVector ducpy.Duc.VersionGraph.StartCheckpointsVector ducpy.Duc.VersionGraph.VersionGraphAddDeltas ducpy.Duc.VersionGraph.AddDeltas ducpy.Duc.VersionGraph.VersionGraphStartDeltasVector ducpy.Duc.VersionGraph.StartDeltasVector ducpy.Duc.VersionGraph.VersionGraphAddMetadata ducpy.Duc.VersionGraph.AddMetadata ducpy.Duc.VersionGraph.VersionGraphEnd ducpy.Duc.VersionGraph.End Module Contents --------------- .. py:data:: np .. py:class:: VersionGraph Bases: :py:obj:`object` .. py:attribute:: __slots__ :value: ['_tab'] .. py:method:: GetRootAs(buf, offset=0) :classmethod: .. py:method:: GetRootAsVersionGraph(buf, offset=0) :classmethod: This method is deprecated. Please switch to GetRootAs. .. py:method:: VersionGraphBufferHasIdentifier(buf, offset, size_prefixed=False) :classmethod: .. py:method:: Init(buf, pos) .. py:method:: UserCheckpointVersionId() .. py:method:: LatestVersionId() .. py:method:: Checkpoints(j) .. py:method:: CheckpointsLength() .. py:method:: CheckpointsIsNone() .. py:method:: Deltas(j) .. py:method:: DeltasLength() .. py:method:: DeltasIsNone() .. py:method:: Metadata() .. py:function:: VersionGraphStart(builder) .. py:function:: Start(builder) .. py:function:: VersionGraphAddUserCheckpointVersionId(builder, userCheckpointVersionId) .. py:function:: AddUserCheckpointVersionId(builder, userCheckpointVersionId) .. py:function:: VersionGraphAddLatestVersionId(builder, latestVersionId) .. py:function:: AddLatestVersionId(builder, latestVersionId) .. py:function:: VersionGraphAddCheckpoints(builder, checkpoints) .. py:function:: AddCheckpoints(builder, checkpoints) .. py:function:: VersionGraphStartCheckpointsVector(builder, numElems) .. py:function:: StartCheckpointsVector(builder, numElems) .. py:function:: VersionGraphAddDeltas(builder, deltas) .. py:function:: AddDeltas(builder, deltas) .. py:function:: VersionGraphStartDeltasVector(builder, numElems) .. py:function:: StartDeltasVector(builder, numElems) .. py:function:: VersionGraphAddMetadata(builder, metadata) .. py:function:: AddMetadata(builder, metadata) .. py:function:: VersionGraphEnd(builder) .. py:function:: End(builder)