Skip to content
This repository was archived by the owner on Mar 29, 2023. It is now read-only.
This repository was archived by the owner on Mar 29, 2023. It is now read-only.

Show variables #40

@dimagroz

Description

@dimagroz

the import Expression clearly figures out the variables such as in

from Equation import Expression
fn = Expression("var1 + var2/10")

Is there a method to list these var names. Such as fn.showVar will output ("var1","var2")

Also it will be much help if you could do something in the form of Expression.help to list out all usable methods and variables of Expression as a string

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions