jverzani / SymPyCore.jl

Package to help connect Julia with the SymPy library of Python
https://jverzani.github.io/SymPyCore.jl/
MIT License
5 stars 4 forks source link

hasproperty: delete type piracy and `String` -> `Symbol` fix #60

Closed nsajko closed 2 months ago

nsajko commented 2 months ago

The deleted method was a blatant type piracy.

jverzani commented 2 months ago

Thanks, that was lazy of me.