woodwork.type_sys.type_system.TypeSystem.remove_type

TypeSystem.remove_type(logical_type)[source]

Remove a logical type from the TypeSystem. Any children of the remove type will have their parent set to the parent of the removed type.

Parameters

logical_type (LogicalType) – The LogicalType to remove.