Skip to content

native conversion for more types #9

@stevengj

Description

@stevengj

Although PyCall converts objects to opaque wrapper types as a fallback, there is a long list of types for which a native conversion would be preferable:

  • Julia Range <---> Python xrange
  • Julia Set <---> Python set
  • Julia composite types <---> Python classes
  • Julia CalendarTime (from Calendar.jl) DateTime <---> Python datetime (via API)

and others.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions