Searched refs:obj (Results 1 – 2 of 2) sorted by relevance
1263 def format_obj(obj): argument1264 formatted = pformat(obj)1298 def _check_tag(self, obj): argument1301 while isinstance(obj, CBORTag):1302 if obj.tag in tags or self.type == "ANY":1303 if obj.tag in tags:1304 tags.remove(obj.tag)1305 obj = obj.value1312 return obj1332 def _check_type(self, obj): argument[all …]
192 def dumps(obj): argument193 return cbor2.dumps(obj, canonical=True)