https://pantsbuild.org/ logo
r

rough-minister-58256

08/16/2016, 9:53 PM
so instead of
Copy code
class Thing(datatype('OtherThing', ['a', 'b', 'c'])):
  """An informative docstring here."""
we could just do:
Copy code
Thing = datatype('OtherThing', ['a', 'b', 'c'], 'An informative docstring here')