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

Class JSONPatchItemRaw

[apisource code


Adds native patch strings or an unsorted dict for RFC6902.

Calls parent *JSONPatchItem*.

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

Inherited from JSONPatchItem: __add__, __call__, __eq__, __getitem__, __ne__, __radd__, __repr__, __str__, apply, repr_export, str_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, **kargs)
(Constructor)

[apisource code 

Parse a raw patch string in accordance to RFC6902.

Overrides: object.__init__