easy-entrez icon indicating copy to clipboard operation
easy-entrez copied to clipboard

Fix misalignment in signatures for methods with `@support_batches`

Open krassowski opened this issue 1 year ago • 0 comments

Fixes #2.

This is breaking in the sense that passing collection=[...] will no longer work.

Ideally it would be rewritten to:

  • use inspect module to get func signature
  • accept either collection or ids

krassowski avatar Jan 07 '23 00:01 krassowski