base_expr#
- jsonpolars.base_expr.to_dict(inst) Dict[str, Any][source]#
Convert an instance of
BaseExprto a dict. This dict can be used inBaseExpr.from_dictmethod to create a identical instance of the originalBaseExprinstance.
Convert an instance of BaseExpr to a dict. This dict can be used in
BaseExpr.from_dict method to create a identical instance of the original
BaseExpr instance.