

Pin can hold dict data structure Dynamic = 64 ¶

Used in makeDict node DictSupported = 2 ¶ So dict pins will only allow other dicts until this flag enabled. DictElementSupported = 1024 ¶ĭicts are constructed with DictElement objects. Used by AnyPin to determine if it can change its data type on new connection. Pin can hold array data structure ChangeTypeOnConnection = 16 ¶ Pin will always be seen as dirty (computation needed) ArraySupported = 1 ¶ See connectPins() AlwaysPushDirty = 128 ¶ This enables pin to allow more that one input connection. Used in lists and non typed nodes AllowMultipleConnections = 8 ¶ By default a .AnyPin.AnyPin need to be initialized with some data type, other defined pin. Special flag that allow a pin to be AnyPin, which means non typed without been marked as error. Only defined data types can be used as keys, and only hashable ones as determined byĮnableOptions() disableOptions() AllowAny = 512 ¶ This subclass of python’s dict implements a key typed dictionary. PFDict ( keyType, valueType=None, inp= ) ¶

This subclass of python’s tuple is to represent dict elements to construct typed dicts class.
#Nodebox same name diffrent node code
AccessLevel ¶Ĭan be used for code generation private = 1 ¶ This file is imported in almost all others files of the program class.
