https://pantsbuild.org/ logo
#development
Title
# development
w

wide-energy-11069

04/26/2016, 1:02 AM
and what’s the difference between ^ and
Copy code
class Dir(datatype('Dir', ['path']), Stat):
  """A directory."""

  def __new__(cls, path):
    return super(Dir, cls).__new__(cls, six.text_type(path))