Skip to content

Commit 1a26d98

Browse files
committed
Link to deprecated FMEBaseTransformer
1 parent 036db18 commit 1a26d98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/fmetools/plugins.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ class FMEEnhancedTransformer(FMEBaseTransformer):
383383
This class overrides :meth:`has_support_for` to return ``True`` for Bulk Mode support.
384384
This means that the transformer cannot cache or copy features for later use,
385385
and cannot output new :class:`fmeobjects.FMEFeature` instances.
386-
See :meth:`fme.BaseTransformer.has_support_for` for details about these restrictions.
386+
See :meth:`fmetools._deprecated.FMEBaseTransformer.has_support_for` for details about these restrictions.
387387
"""
388388

389389
def __init__(self):
@@ -588,7 +588,7 @@ def has_support_for(self, support_type: int) -> bool:
588588
Overrides the default implementation to report support for Bulk Mode.
589589
590590
:returns: ``True`` if ``support_type`` is :data:`fmeobjects.FME_SUPPORT_FEATURE_TABLE_SHIM`.
591-
See :meth:`fme.BaseTransformer.has_support_for` for more details.
591+
See :meth:`fmetools._deprecated.FMEBaseTransformer.has_support_for` for more details.
592592
"""
593593
if support_type == FME_SUPPORT_FEATURE_TABLE_SHIM:
594594
return True

0 commit comments

Comments
 (0)