Various portions of Onyx use the onyxdict dictionary for storage of miscellaneous objects that normally should not be part of the namespace visible to dstack searches.
Input(s) Op/Proc/Var Output(s) |
Description |
- mpath_post array |
Get path searched by mrequire. |
- mpath_pre array |
Get path searched by mrequire. |
- rpath_post array |
Get path searched by require. |
- rpath_pre array |
Get path searched by require. |
onyx:0> onyxdict $mpath_post get 1 sprint [`/usr/local/share/onyx-3.0.0/nxm'] onyx:0>
onyx:0> onyxdict $mpath_pre get 1 sprint [`' `.'] onyx:0>
onyx:0> onyxdict $rpath_post get 1 sprint [`/usr/local/share/onyx-3.0.0/nx'] onyx:0>
onyx:0> onyxdict $rpath_pre get 1 sprint [`' `.'] onyx:0>