delete_property(class_name, prop_name)
Remove a property from a class.
Properties
| Name | Type | Description |
|---|---|---|
class_name | str | Class containing the property. |
prop_name | str | Property name to delete. |
Returns:
None
- Type
- None
Raises:
ClassNotFoundError- If the class does not exist.
PropertyNotFoundError- If the property does not exist.