Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
2259e62c
Commit
2259e62c
authored
Jan 25, 2014
by
Damien George
Browse files
Remove obsoleted comment.
parent
0f5e8b15
Changes
1
Hide whitespace changes
Inline
Side-by-side
py/objtype.c
View file @
2259e62c
...
...
@@ -116,7 +116,6 @@ static mp_obj_t class_make_new(mp_obj_t self_in, uint n_args, uint n_kw, const m
return
o
;
}
// TODO somehow replace const char * with a qstr
static
const
qstr
binary_op_method_name
[]
=
{
[
RT_BINARY_OP_SUBSCR
]
=
MP_QSTR___getitem__
,
/*
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment