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 did you get vocabulary at first? #107

Open
khordady opened this issue Jul 8, 2021 · 1 comment
Open

how did you get vocabulary at first? #107

khordady opened this issue Jul 8, 2021 · 1 comment

Comments

@khordady
Copy link

khordady commented Jul 8, 2021

i am developing you code to android and what is wonder for me is after make _login, self.vocabulary is filled. but i don't know how.
can you explain me more? i am new at python!
and what do you send as session?

@C0D3D3V
Copy link

C0D3D3V commented Jan 31, 2022

It is not filled automatically after login. It is filled as soon as you access the variable, because it is a method not a variable... See

def get_vocabulary(self, language_abbr=None):
this function gets mapped to the property self.vocabulary

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

No branches or pull requests

2 participants