File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -383,7 +383,7 @@ class FMEEnhancedTransformer(FMEBaseTransformer):
383
383
This class overrides :meth:`has_support_for` to return ``True`` for Bulk Mode support.
384
384
This means that the transformer cannot cache or copy features for later use,
385
385
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.
387
387
"""
388
388
389
389
def __init__ (self ):
@@ -588,7 +588,7 @@ def has_support_for(self, support_type: int) -> bool:
588
588
Overrides the default implementation to report support for Bulk Mode.
589
589
590
590
: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.
592
592
"""
593
593
if support_type == FME_SUPPORT_FEATURE_TABLE_SHIM :
594
594
return True
You can’t perform that action at this time.
0 commit comments