and what’s the difference between ^ and ```class D...
# development
w
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))