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

How to use Python shell #8

Open
clemense opened this issue Mar 26, 2018 · 3 comments
Open

How to use Python shell #8

clemense opened this issue Mar 26, 2018 · 3 comments
Labels

Comments

@clemense
Copy link
Contributor

There is an option --python-shell which starts a CLPython shell. Are there any variables defined at this point? If yes, what are their names?
Is there maybe an example how to use the shell option effectively?

@ndantam
Copy link
Contributor

ndantam commented Mar 26, 2018

Nothing defined yet. See the demo domain semantics python files for some examples of packages to import. dir() works as expected. import CL followed by CL.DESCRIBE(FOO) will access the docstrings.

@ndantam
Copy link
Contributor

ndantam commented Mar 26, 2018

@ndantam
Copy link
Contributor

ndantam commented Mar 27, 2018

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

No branches or pull requests

2 participants