MCPcopy Index your code
hub / github.com/csev/py4e / e_prop

Function e_prop

tools/pythonauto/static/codemirrorepl/codemirrorepl.js:3054–3057  ·  view source on GitHub ↗
(e, prop)

Source from the content-addressed store, hash-verified

3052 // Allow 3rd-party code to override event properties by adding an override
3053 // object to an event object.
3054 function e_prop(e, prop) {
3055 var overridden = e.override && e.override.hasOwnProperty(prop);
3056 return overridden ? e.override[prop] : e[prop];
3057 }
3058
3059 // Event handler registration. If disconnect is true, it'll return a
3060 // function that unregisters the handler.

Callers 6

onMouseDownFunction · 0.85
handleKeyBindingFunction · 0.85
onKeyDownFunction · 0.85
onKeyPressFunction · 0.85
onKeyUpFunction · 0.85
isModifierKeyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected