summaryrefslogtreecommitdiffstatshomepage
path: root/py/objmodule.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2018-07-08 22:23:57 +1000
committerDamien George <damien.p.george@gmail.com>2018-07-08 22:27:05 +1000
commitd9cdb880ff9588c7e7f9c9374d2b333187cb990f (patch)
tree1c3cc0bc5affe76d011a52e9074f64ebc36292b3 /py/objmodule.c
parent3503f9626abbcbd59fe34009eef8f401c61f2b3d (diff)
downloadmicropython-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