alembic.AbcCollection¶
-
class
alembic.AbcCollection.ICollections¶ doc
-
getSchema((ICollections)arg1) → ICollectionsSchema :¶ doc
-
static
getSchemaObjTitle() → str :¶ doc
-
static
getSchemaTitle() → str :¶ doc
-
static
matches((MetaData)metaData[, (SchemaInterpMatching)matchingSchema=alembic.Abc.SchemaInterpMatching.kStrictMatching]) → bool¶ matches( (ObjectHeader)metaData [, (SchemaInterpMatching)matchingSchema=alembic.Abc.SchemaInterpMatching.kStrictMatching]) -> bool
-
reset((ICollections)arg1) → None¶
-
valid((ICollections)arg1) → bool¶
-
-
class
alembic.AbcCollection.ICollectionsSchema¶ The ICollectionsSchema class is a collections schema reader.
-
getCollection((ICollectionsSchema)arg1, (int)index) → IStringArrayProperty¶ getCollection( (ICollectionsSchema)arg1, (str)name) -> IStringArrayProperty
-
getCollectionName((ICollectionsSchema)arg1, (int)index) → str¶
-
getNumCollections((ICollectionsSchema)arg1) → int¶
-
valid((ICollectionsSchema)arg1) → bool¶
-
-
class
alembic.AbcCollection.ISchema_Collections¶ Usually used as a base class, but could also theoretically be used as a standalone.
-
static
getDefaultSchemaName() → str :¶ Return the default name for instances of this schema. Often something like ‘.geom’.
-
static
getSchemaTitle() → str :¶ Return the schema title expected of this property.An empty title matches everything.
-
static
matches((MetaData)metadata[, (SchemaInterpMatching)matchingSchema=alembic.Abc.SchemaInterpMatching.kStrictMatching]) → bool :¶ This will check whether or not a given entity (as represented by a metadata) strictly matches the interpretation of this schema object.
- matches( (PropertyHeader)header [, (SchemaInterpMatching)matchingSchema=alembic.Abc.SchemaInterpMatching.kStrictMatching]) -> bool :
- This will check whether or not a given entity (as represented by an object header) strictly matches the interpretation of thisschema object, as well as the datatype.
-
static
-
class
alembic.AbcCollection.OCollections¶ doc
-
getSchema((OCollections)arg1) → OCollectionsSchema :¶ doc
-
static
getSchemaObjTitle() → str :¶ doc
-
static
getSchemaTitle() → str :¶ doc
-
static
matches((MetaData)metaData[, (SchemaInterpMatching)matchingSchema=alembic.Abc.SchemaInterpMatching.kStrictMatching]) → bool¶ matches( (ObjectHeader)metaData [, (SchemaInterpMatching)matchingSchema=alembic.Abc.SchemaInterpMatching.kStrictMatching]) -> bool
-
reset((OCollections)arg1) → None¶
-
valid((OCollections)arg1) → bool¶
-
-
class
alembic.AbcCollection.OCollectionsSchema¶ The OCollectionsSchema class is a collections schema writer.
-
createCollection((OCollectionsSchema)arg1, (str)name[, (Argument)argument=<alembic.Abc.Argument object at 0x26b2b18>[, (Argument)argument=<alembic.Abc.Argument object at 0x26b2aa0>[, (Argument)argument=<alembic.Abc.Argument object at 0x26b2a28>]]]) → OStringArrayProperty¶
-
getCollection((OCollectionsSchema)arg1, (int)index) → OStringArrayProperty¶ getCollection( (OCollectionsSchema)arg1, (str)name) -> OStringArrayProperty
-
getNumCollections((OCollectionsSchema)arg1) → int¶
-
valid((OCollectionsSchema)arg1) → bool¶
-
-
class
alembic.AbcCollection.OSchema_Collections¶ Usually used as a base class, but could also theoretically be used as a standalone.
-
static
getDefaultSchemaName() → str :¶ Return the default name for instances of this schema. Often something like ‘.geom’.
-
getSchemaBaseType() → str :¶ Return the schema base type expected of this property.An empty base type means it’s the root type.
-
static
getSchemaTitle() → str :¶ Return the schema title expected of this property.An empty title matches everything.
-
static
matches((MetaData)metadata[, (SchemaInterpMatching)matchingSchema=alembic.Abc.SchemaInterpMatching.kStrictMatching]) → bool :¶ This will check whether or not a given entity (as represented by a metadata) strictly matches the interpretation of this schema object.
- matches( (PropertyHeader)header [, (SchemaInterpMatching)matchingSchema=alembic.Abc.SchemaInterpMatching.kStrictMatching]) -> bool :
- This will check whether or not a given entity (as represented by an object header) strictly matches the interpretation of thisschema object, as well as the datatype.
-
static