Skip to content

Commit

Permalink
Update Sentence.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrock4t committed Mar 5, 2024
1 parent 9d87de2 commit 77513fb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pynars/Narsese/_py/Sentence.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,6 @@ def is_event(self) -> bool:
def is_external_event(self) -> bool: # TODO: ???
return not self.is_eternal and self.stamp.is_external

@property
def is_higher_order(self) -> bool:
return self.term is Statement and self.term.is_higher_order


class Judgement(Sentence):
def __init__(self, term: Term, stamp: Stamp = None, truth: Truth = None) -> None:
Expand Down

0 comments on commit 77513fb

Please sign in to comment.