CompatibilityBackend
Kind: Class
Domain: Core runtime
Canonical import: from cadflow import CompatibilityBackend
Signature
class CompatibilityBackend()
Description
Complete OCC implementation used for operations not migrated yet.
Other public imports
from cadflow.backend import CompatibilityBackend
Returns
Type: Any
The source docstring does not declare additional return semantics.
Errors
The source docstring does not declare a narrower exception contract. Invalid types, values, ownership, paths, or backend state may still raise the corresponding public error.
Public members
| Member | Kind | Signature | Description |
|---|---|---|---|
call | method | (self, operation: 'str', *args: 'Any', **kwargs: 'Any') -> 'Any' | See the member signature. |
supports | method | (self, operation: 'str') -> 'bool' | See the member signature. |
Behavior and constraints
- The contract below is generated from the current public runtime signature. Check domain notes for ownership and workflow constraints.
Import check
from cadflow import CompatibilityBackend