[CM] confusing musx results

Forrest Curo treegestalt at gmail.com
Sun Feb 14 12:48:45 PST 2021


documentation says:

>>> [jumble <http://localhost:40673/musx.generators.html#-jumble>
([1,2,3]) for _ in range(5)]
[1, 1, 3, 2, 3]

but I'm getting:

>>> [musx.jumble([1,2,3,4]) for _ in range(7)]
[<generator object jumble at 0x7ffa8c1c2740>, <generator object jumble at
0x7ffa8c1c2660>, <generator object jumble at 0x7ffa8c1c27b0>, <generator
object jumble at 0x7ffa8c1c2820>, <generator object jumble at
0x7ffa8c1c2890>, <generator object jumble at 0x7ffa8c1c2900>, <generator
object jumble at 0x7ffa8c1c2970>]

?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://cm-mail.stanford.edu/pipermail/cmdist/attachments/20210214/4fe1a179/attachment.html>


More information about the Cmdist mailing list