top | item 45025349

(no title)

properpopper | 6 months ago

You can't copy a method from a class and then paste it in the REPL, it will complain about indentation.

Workarounds:

1) copy whole class

2) remove indentation before copying

discuss

order

ghc|6 months ago

That's only a problem in the base python interpreter. IPython has handled this well for over 20 years.