ducpy.Duc.JSONPatchOperation¶
Attributes¶
Classes¶
Functions¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Module Contents¶
- ducpy.Duc.JSONPatchOperation.np¶
- class ducpy.Duc.JSONPatchOperation.JSONPatchOperation¶
Bases:
object
- __slots__ = ['_tab']¶
- classmethod GetRootAs(buf, offset=0)¶
- classmethod GetRootAsJSONPatchOperation(buf, offset=0)¶
This method is deprecated. Please switch to GetRootAs.
- classmethod JSONPatchOperationBufferHasIdentifier(buf, offset, size_prefixed=False)¶
- Init(buf, pos)¶
- Op()¶
- Path()¶
- From()¶
- Value()¶
- ducpy.Duc.JSONPatchOperation.JSONPatchOperationStart(builder)¶
- ducpy.Duc.JSONPatchOperation.Start(builder)¶
- ducpy.Duc.JSONPatchOperation.JSONPatchOperationAddOp(builder, op)¶
- ducpy.Duc.JSONPatchOperation.AddOp(builder, op)¶
- ducpy.Duc.JSONPatchOperation.JSONPatchOperationAddPath(builder, path)¶
- ducpy.Duc.JSONPatchOperation.AddPath(builder, path)¶
- ducpy.Duc.JSONPatchOperation.JSONPatchOperationAddFrom(builder, from_)¶
- ducpy.Duc.JSONPatchOperation.AddFrom(builder, from_)¶
- ducpy.Duc.JSONPatchOperation.JSONPatchOperationAddValue(builder, value)¶
- ducpy.Duc.JSONPatchOperation.AddValue(builder, value)¶
- ducpy.Duc.JSONPatchOperation.JSONPatchOperationEnd(builder)¶
- ducpy.Duc.JSONPatchOperation.End(builder)¶