Skip to content

Instantly share code, notes, and snippets.

@2tony2
Created May 22, 2024 07:46
Show Gist options
  • Select an option

  • Save 2tony2/40edb6a45e88983f59ddba1f4b6cc849 to your computer and use it in GitHub Desktop.

Select an option

Save 2tony2/40edb6a45e88983f59ddba1f4b6cc849 to your computer and use it in GitHub Desktop.
print(dir(pipeline))
# Output: ['__class__', '__delattr__', '__dict__', '__dir__', '__doc__', '__eq__', '__format__', '__ge__', '__getattribute__', '__gt__', '__hash__', '__init__', '__init_subclass__', '__le__', '__lt__', '__module__', '__ne__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__sizeof__', '__str__', '__subclasshook__', '__weakref__', 'batch_size', 'name', 'status']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment