Ejemplo n.º 1
0
 def _json_dict_(self):
     return json_serialization.dataclass_json_dict(
         self, namespace='test.noncirq.namespace')
Ejemplo n.º 2
0
 def _json_dict_(self):
     return json_serialization.dataclass_json_dict(self)
Ejemplo n.º 3
0
 def _json_dict_(self) -> Dict[str, Any]:
     return dataclass_json_dict(self)