Skip to content

Add extension operator registration flag. #109

@python-processing-unit

Description

@python-processing-unit

Currently, only ASMODULE operators are restricted to the namespace of the extending module, and exposed to modules that import the extending module qualified by the extending module's name.

Add a new flag to operator registration. This flag MUST specify whether the operator is restricted to the the namespace of the extending module, and exposed to modules that import the extending module qualified by the extending module's name. Both ASMODULE and non-ASMODULE operators MUST NOT be be restricted to the namespace of the extending module (and so on) unless this flag is present.

Update both the implementation and the specification.

Metadata

Metadata

Labels

documentationImprovements or additions to documentationenhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions