()
| 440 | |
| 441 | |
| 442 | def get_ipython_hidden_vars(): |
| 443 | if IPYTHON and hasattr(__builtin__, "interpreter"): |
| 444 | interpreter = get_interpreter() |
| 445 | return interpreter.get_ipython_hidden_vars_dict() |
| 446 | |
| 447 | |
| 448 | def get_interpreter(): |
nothing calls this directly
no test coverage detected