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

Python AutoGen does not append "_" to nested classes. #225

Open
dciborow opened this issue Jan 30, 2018 · 1 comment
Open

Python AutoGen does not append "_" to nested classes. #225

dciborow opened this issue Jan 30, 2018 · 1 comment
Assignees

Comments

@dciborow
Copy link
Contributor

I have a program...
ALS.scala:
class ALS {}
@InternalWrapper
class ALSModel {}

I have methods in a program called
ALSModel.py

In _ALS.py
def _ALS(self):
def ALSModel(self):

Which is conflicting with the name in my provided .py.

@mhamilton723
Copy link
Collaborator

I will tackle these issues in our refactor of the code generation system

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

2 participants