OperatorRegistry
OperatorRegistry
Overview
OperatorRegistry 是Python的Aspose.Page FOSS中的一个类.
记录和解决 PostScript操作员实现.
这个类提供了在Python程序中使用OperatorRegistry 对象的3种方法. 有的方法包括: __init__, get, register. 在安装Python包的Aspose.Page FOSS后,所有公众成员都可以访问任何 Python 应用程序.
Methods
| Signature | Description |
|---|---|
__init__() | |
| `register(name: str, fn: Callable[[ExecutionContext], None], min_operands: int, max_operands: int | None)` |
get(name: str) → `OperatorEntry | None` |