All Samples(3) | Call(0) | Derive(0) | Import(3)
Module ANOITypes Jonathan Riehl Notes: An interesting fallout of this design is that type atoms can not have the same metadata fields as their instances. For example a type that has a TIME field can not have a TIME attribute - so when was it created or last modified?(more...)
src/a/n/anoi-HEAD/trunk/anoi/ANOITrie.py anoi(Download)
import types import ANOIBaseSpace import ANOITypes # ______________________________________________________________________
src/a/n/anoi-HEAD/trunk/anoi/ANOIki.py anoi(Download)
import ANOIBaseSpace import ANOITrie import ANOITypes import ANOITime import ANOIUtil
src/a/n/anoi-HEAD/trunk/anoi/ANOIDimension.py anoi(Download)
import ANOIBaseSpace import ANOITrie import ANOITypes # ______________________________________________________________________