Searched refs:obj (Results 1 – 2 of 2) sorted by relevance
1381 def format_obj(obj): argument1383 formatted = pformat(obj)1421 def _check_tag(self, obj): argument1428 while isinstance(obj, CBORTag):1429 if obj.tag in tags or self.type == "ANY":1430 if obj.tag in tags:1431 tags.remove(obj.tag)1432 obj = obj.value1439 return obj1458 def _check_type(self, obj): argument[all …]
198 def dumps(obj): argument199 return cbor2.dumps(obj, canonical=True)