(name, key, process, shell)
| 86 | # Is a key defined in a collection in the process? |
| 87 | @process_task |
| 88 | def isDefinedCollInProcess(name, key, process, shell): |
| 89 | return key in get_env(shell.user_ns)[name] |
| 90 | |
| 91 | |
| 92 | # Get the signature of a function inside the process |