Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement @sym/class to return the Python class #549

Open
cbm755 opened this issue Sep 14, 2016 · 0 comments
Open

Implement @sym/class to return the Python class #549

cbm755 opened this issue Sep 14, 2016 · 0 comments

Comments

@cbm755
Copy link
Collaborator

cbm755 commented Sep 14, 2016

In PyTave and Java class(x) gives the Python or Java class. That might be nice for us too.

E.g.,

a = interval(1, 5);
class(a)
  ans = sympy.Interval 

For now, it would be a string. Later, a pyobject...

No pressing reason to do this now, but maybe its fun to think about.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant