this module is splited from ./meth to get rid of
Procs
proc join(self: PyStrObject; sequ: PyObject): PyObject {....raises: [], tags: [RootEffect], forbids: [].}
- Source Edit
proc join[T: PyStrObject | PyObject](self: PyStrObject; items: openArray[T]): PyObject
- _PyUnicode_JoinArray Source Edit