Package jsondata :: Module JSONPatch :: Class JSONPatchItemRaw
[hide private]
[frames] | no frames]

Class JSONPatchItemRaw

source code


Adds native patch strings or an unsorted dict for RFC6902.

Instance Methods [hide private]
 
__init__(self, patchstring)
Parse a raw patch string in accordance to RFC6902.
source code

Inherited from JSONPatchItem: __call__, __eq__, __getitem__, __ne__, __repr__, __str__, apply, repr_export

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, patchstring)
(Constructor)

source code 

Parse a raw patch string in accordance to RFC6902.

Overrides: object.__init__