import pyceda
7faa9ef27700 07/06/2017 21:51:38.031 Creating the cxObject threadpool with 4 threads ################# CEDA Libraries Loaded Successfully ########################
dir()
['__builtins__', '__doc__', '__name__', '__package__', 'pyceda']
dir(pyceda)
['InitCedaPyModule', '__all__', '__builtins__', '__doc__', '__file__', '__name__', '__package__', '__path__', 'ceda', 'cns', 'utils'] dir(pyceda.cns) ['FindChildNameSpace', 'FindElement', 'FindElementWithRelativePath', 'GetChildNameSpaceIterator', 'GetElementIterator', 'GetName', 'Int64', 'PyObject', 'UInt64', 'ceda'] dir(pyceda.ceda) ['AddGcRoot', 'AddPSpaceRoot', 'AnyConstInterface', 'AnyInterface', 'AsyncBindObjectInMemoryGivenOid', 'AsyncPermanentlyDeleteObject', 'AsyncPermanentlyDeleteSubTree', 'BPlusTree', 'BcTypeOps', 'BindObjectGivenOid', 'BindObjectInMemoryGivenOid', 'BindPathDownwards', 'BindPythonSysOutputToTracer', 'CSpace', 'CSpaceStack_Pop', 'CSpaceStack_Push', 'ChildNameSpaceIterator', 'ClassNameTranslation', 'ClassNameTranslationTable', 'CloseCSpaceStack', 'ClosePSpaceTxn', 'ConstString16Z', 'ConstString8Z', 'ConstStringZ', 'CreateCSpace', 'CreateCSpace2', 'Date', 'DeclareReachable', 'EAsyncBindResult', 'EByteCodeQualifier', 'ECSpaceLockMode', 'EFuncType', 'ENSType', 'ENameSpaceError', 'ENavNamespaceResult', 'EOpenMode', 'EReflectedClassBits', 'ERetMode', 'ETypeByteCode', 'FieldAddress', 'FindChildNameSpace', 'FindChildNsNodeWithLinearScan', 'FindElement', 'FindElementWithRelativePath', 'GCRoots', 'GCThreadFn', 'GetAssociatedCSpace', 'GetAssociatedLss', 'GetAssociatedPSpace', 'GetAssociatedPersistStore', 'GetChildNameSpaceIterator', 'GetClassMethodArgByteCode', 'GetClassMethodReturnTypeByteCode', 'GetElementIterator', 'GetEvictionThreshold', 'GetFieldByteCode', 'GetFunctorArgByteCode', 'GetFunctorReturnTypeByteCode', 'GetGlobalFunctionArgByteCode', 'GetGlobalFunctionReturnTypeByteCode', 'GetGlobalVariableByteCode', 'GetInterfaceAttributeByteCode', 'GetInterfaceMethodArgByteCode', 'GetInterfaceMethodReturnTypeByteCode', 'GetMaxNumDgsNodesToRetain', 'GetMetaData', 'GetMilliSecsPerGc', 'GetModelFieldByteCode', 'GetName', 'GetOid', 'GetPSpaceOfCSpace', 'GetPSpaceRoot', 'GetTheRootNameSpace', 'GetThreadCSpace', 'GetThreadPSpace', 'GetTypeDefByteCode', 'GetVariantFieldByteCode', 'Goid', 'Guid', 'HPTime', 'IAssignableFieldNotifications', 'IAsyncBindRequestHandler', 'IBiDirIterator', 'IKeyType', 'INsNode', 'IObject', 'IObjectVisitor', 'IOffsetableFieldNotifications', 'IOperationCallBacks', 'IPersistable', 'IPrefVisitor', 'IPythonSysOutCallBacks', 'ISetFieldNotifications', 'IVectorFieldNotifications', 'IXMap', 'IXSet', 'Int64', 'InternalNode', 'LeafNode', 'LockInfo', 'LssSettings', 'MAsyncBind', 'MGuid', 'MarkPersistentAsDirtyWithoutTrace', 'MetaData', 'NameSpace', 'NameSpaceElement', 'NameSpaceElementIterator', 'OID', 'ObjSysState', 'ObjectInThreadCSpace', 'ObjectsBelongToDifferentCSpaces', 'ObjectsBelongToDifferentPSpaces', 'ObjectsBelongToDifferentPersistStores', 'OidHigh', 'OidLow', 'OidSpaceGuid', 'OidSpaceMap', 'OnGarbageCollectPersistable', 'OpenCSpaceStack', 'OpenPSpace', 'OpenPSpaceTxn', 'OpenPersistStore', 'PSpace', 'PSpaceLockMode', 'PersistObjState', 'PersistStore', 'PersistStoreSettings', 'PersistStoreTxn', 'PythonCallback_WriteToStdErr', 'PythonCallback_WriteToStdOut', 'QualifiedByteCode', 'RSN', 'ReadMetaData', 'ReflectedArg', 'ReflectedAttribute', 'ReflectedClass', 'ReflectedClassMethod', 'ReflectedDepField', 'ReflectedEnum', 'ReflectedField', 'ReflectedFunction', 'ReflectedFunctor', 'ReflectedGlobalFunction', 'ReflectedGlobalVariable', 'ReflectedInterface', 'ReflectedInterfaceMethod', 'ReflectedModelField', 'ReflectedReturnType', 'ReflectedTypedef', 'ReflectedVariant', 'ReflectionByteCode', 'ReflectionByteCodeValue', 'RegisterGcObject', 'RegisterNonGcObject', 'RemoveGcRoot', 'RemovePSpaceRoot', 'SeidHigh', 'SeidLow', 'SetEvictableObjectSizeInBytes', 'SetEvictionThreshold', 'SetMaxNumDgsNodesToRetain', 'SetMilliSecsPerGc', 'SetThreadCSpace', 'SetThreadPSpace', 'SetTouched', 'SetTraceFile2', 'StartGc', 'StopGc', 'SubString', 'SubString16', 'SubString8', 'SyncPermanentlyDeleteObject', 'SyncPermanentlyDeleteSubTree', 'SynchronousDeepCopyPersistableObject', 'SynchronousGc', 'TIN', 'ThreadTaskFunctor', 'TransferCSpace', 'TryBindObjectGivenOid', 'TypeOpsId', 'UInt64', 'XTarget', 'dsTarget', 'ssize_t', 'xchar', 'xstring'] pyceda.ceda.OID.GetSize() 8 pyceda.ceda.OID.IsStruct() pyceda.ceda.OID.IsAdt() 0 pyceda.ceda.OID.GetFlags() 0 pyceda.ceda.OID.GetNumFields() 0 pyceda.ceda.LssSettings.GetNumFields() 9 import pyceda.namespace dir(pyceda.namespace) ['DumpNameSpace', 'GetClassMethodPrototype', 'GetClassSpecifier', 'GetFunctionPrototype', 'GetFunctorPrototype', 'GetGlobalFunctionPrototype', 'GetInterfaceMethodPrototype', 'PrintClassInfo', 'PrintEnumInfo', 'PrintFunctorInfo', 'PrintGlobalFunctionInfo', 'PrintGlobalVariableInfo', 'PrintInterfaceInfo', 'PrintNameSpaceElement', 'PrintTypedefInfo', 'PrintVariantInfo', '__builtins__', '__doc__', '__file__', '__name__', '__package__', 'bootstrapceda', 'ceda', 'cns']
pyceda.namespace.DumpNameSpace(pyceda.cns,0) results in a dump of the entire ceda namespace