https://pantsbuild.org/ logo
w

witty-crayon-22786

03/08/2016, 1:44 AM
Copy code
@classmethod
def __enter__(cls, *args):
  # Make/open the thing and return it.
  return cls(*args)