PythonCall.jl icon indicating copy to clipboard operation
PythonCall.jl copied to clipboard

pyconvert design

Open cjdoris opened this issue 2 years ago • 0 comments

  • switch to using explicit branching logic, instead of lookups of functions?
  • prefer copying over wrapping? e.g. list to Vector not PyVector?
  • arguments for finer control? e.g. copy=true to prefer copying over wrapping

related: #355

cjdoris avatar Nov 04 '23 16:11 cjdoris