Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to access a private attribute in child class python

def ChildMethodWhichUsingParentField(self):
    return self._Parent__field
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #access #private #attribute #child #class #python
ADD COMMENT
Topic
Name
9+7 =