diff options
author | Damien George <damien.p.george@gmail.com> | 2018-07-08 22:23:57 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2018-07-08 22:27:05 +1000 |
commit | d9cdb880ff9588c7e7f9c9374d2b333187cb990f (patch) | |
tree | 1c3cc0bc5affe76d011a52e9074f64ebc36292b3 /py/objmodule.c | |
parent | 3503f9626abbcbd59fe34009eef8f401c61f2b3d (diff) | |
download | micropython-d9cdb880ff9588c7e7f9c9374d2b333187cb990f.tar.gz micropython-d9cdb880ff9588c7e7f9c9374d2b333187cb990f.zip |
py/objdict: Make mp_obj_dict_get_map an inline function.
It's a very simple function and saves code, and improves efficiency, by
being inline. Note that this is an auxiliary helper function and so
doesn't need mp_check_self -- that's used for functions that can be
accessed directly from Python code (eg from a method table).
Diffstat (limited to 'py/objmodule.c')
0 files changed, 0 insertions, 0 deletions