Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
noob 0.1.2.dev232+g3ee3578 documentation
noob 0.1.2.dev232+g3ee3578 documentation

Contents:

  • Usage
    • Nodes
    • Tubes
    • Runners
    • Assets
    • Events
    • Config
    • ZMQ Runner
  • Examples
    • YAML Tube Config
  • API
    • asset
    • config
    • const
    • event
    • exceptions
    • input
    • introspection
    • logging
    • network
      • loop
      • message
    • node
      • base
      • gather
      • map
      • return
      • spec
      • tube
    • runner
      • base
      • sync
      • zmq
    • scheduler
    • state
    • store
    • testing
      • assets
      • nodes
    • tube
    • types
    • utils
    • yaml
  • Related Projects
  • Changelog
Back to top
View this page

node¶

SPECIAL_NODES = {'gather': <class 'noob.node.gather.Gather'>, 'map': <class 'noob.node.map.Map'>, 'return': <class 'noob.node.return_.Return'>, 'tube': <class 'noob.node.tube.TubeNode'>}¶

Map from short names used in node type values to special node classes

  • base
    • Slot
    • Signal
    • Edge
    • process_method()
    • Node
    • WrapClassNode
    • WrapFuncNode
  • gather
    • Gather
  • map
    • Map
  • return
    • Return
  • spec
    • DependsType
    • NodeSpecification
  • tube
    • TubeNode
Next
base
Previous
message
Copyright © 2025, raymond, jonny
Made with Sphinx and @pradyunsg's Furo
On this page
  • node
    • SPECIAL_NODES