Skip to content

Commit

Permalink
drop rejected property
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Stepanov authored and Alexey Stepanov committed Dec 20, 2016
1 parent 551fc53 commit 1395758
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions binfield/binfield.py
Expand Up @@ -445,12 +445,6 @@ def _value_(self, new_value):
obj[:] = (int(obj) & mask) | val
self.__value = new_value

@property
def _parent_(self):
if self.__parent_link:
return self.__parent_link[0]
return None

# integer methods
def __int__(self):
return self._value_
Expand Down

0 comments on commit 1395758

Please sign in to comment.