Skip to content

pymethod don't work with string #3

@byulparan

Description

@byulparan
(py4cl2:pycall "len" #(1 2 3 4))   ;; work
(py4cl2:pymethod #(1 2 3) 'append 10) ;; work
(py4cl2:pymethod #(1 2 3) "append" 10) ;; error

I think it should be support string. because some python library use camelCase.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions