Inconsistent formatting with create functions... sometimes ?(x = None) vs. ?(x=None); newlines needed during long function definitions/signatures.
As a side-note, might be worth modifying some functions to increase consistency/ease-of-use between different parts of the API (but this might mean breaking backwards-compatibility).
Inconsistent formatting with
create
functions... sometimes?(x = None)
vs.?(x=None)
; newlines needed during long function definitions/signatures. As a side-note, might be worth modifying some functions to increase consistency/ease-of-use between different parts of the API (but this might mean breaking backwards-compatibility).