Skip to content
Snippets Groups Projects
Commit d9cdb880 authored by Damien George's avatar Damien George
Browse files

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).
parent 3503f962
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment