MisterAI's picture
download
raw
361 Bytes
from sympy.core.basic import Basic
new = Basic.__new__
def assoc(d, k, v):
d = d.copy()
d[k] = v
return d
basic_fns = {'op': type,
'new': Basic.__new__,
'leaf': lambda x: not isinstance(x, Basic) or x.is_Atom,
'children': lambda x: x.args}
expr_fns = assoc(basic_fns, 'new', lambda op, *args: op(*args))

Xet Storage Details

Size:
361 Bytes
·
Xet hash:
48196ba29166fa7f7fc6054da69ad1668deff5e93f8f26c4bd02d94394f368bd

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.