Skip to content

Commit

Permalink
Intermediate changes
Browse files Browse the repository at this point in the history
commit_hash:e9f6c020292b2765a1e1003d7a0e0df966b8067a
  • Loading branch information
robot-piglet committed Feb 13, 2025
1 parent fff9e13 commit a487ac9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions yt/python/yt/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,10 @@ def is_already_present_in_group(self):
"""Member is already present in group."""
return self.contains_code(908)

def is_prerequisite_check_failed(self):
"""Prerequisite check failed."""
return self.contains_code(1000)

def is_prohibited_cross_cell_copy(self):
"""Cross-cell "copy"/"move" command is explicitly disabled."""
return self.contains_code(1002)
Expand Down

0 comments on commit a487ac9

Please sign in to comment.