- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables
Class Relations
::nx::EnsembleObject create ::ws::snapshot::Snapshot::slot::__collect
Methods (to be applied on the object)
all (scripted)
# # Invoke :collect on each item in :elements and return a # dict representation, where :element items are keys and # outputs of :collect are values. # foreach e ${:elements} { dict set d $e [:collect $e] } return $d
- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables