|
Repo Added
|
Files
246
|
Badge
README BADGES
|
push
travis-ci
py/runtime: Allow to lookup in builtin types using both attr and locals_dict. How it worked previously is that either ->attr() or ->local_dict was used. But having it's exclusive like that is rather unflexible, so if ->attr didn't look up anything, let's fallback to ->locals_dict. Change-Id: I0e00aed82
18259 of 18624 relevant lines covered (98.04%)
332634.53 hits per line