create_package_def# EDBComponent.create_package_def(name='', component_part_name=None)[source]# Create a package definition and assign it to the component. Parameters: name: str, optionalName of the package definition component_part_namestr, optionalPart name of the component. Returns: boolTrue if succeeded, False otherwise.