Skip to content

generated Func methods for SqlProc not available in python #11

@daimor

Description

@daimor

Describe the bug
When class contains Query, IRIS automatically generates Func method for the query, for fast execute
But it's not available from python

iris version/image
IRIS for UNIX (Ubuntu Server LTS for ARM64 Containers) 2023.2 (Build 227U) Mon Jul 31 2023 17:43:25 EDT

python version
Is it a python3 or irispython

To Reproduce

>>> iris.cls('%File').FileSetFunc()
Traceback (most recent call last):
  File "<input>", line 1, in <module>
AttributeError: Property FileSetFunc not found in object of type iris.%Library.File
>>> 
image

Expected behavior
Should work the same as from ObjectScript

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions