Skip to content

Conversation

@vsxd
Copy link
Contributor

@vsxd vsxd commented Jul 17, 2018

directly call method getitem() will receive a NameError
we can use x.__getitem__(0) or index grammar x[0]

directly call method getitem() will receive a NameError we can use x.__getitem__(0) or index grammar x[0]
@wizardforcel wizardforcel reopened this Jul 18, 2018
@wizardforcel wizardforcel merged commit 86ab6dc into wizardforcel:master Jul 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants