Remove commented out extrainit

Unused since 2012, and the docstring syntax is incorrect with
four quotes.
This commit is contained in:
John Vandenberg 2015-10-20 21:08:21 +11:00
parent 7469b5591e
commit 9a04879129
1 changed files with 0 additions and 6 deletions

View File

@ -240,17 +240,11 @@ class Node(object):
# used for storing artificial fixturedefs for direct parametrization
self._name2pseudofixturedef = {}
#self.extrainit()
@property
def ihook(self):
""" fspath sensitive hook proxy used to call pytest hooks"""
return self.session.gethookproxy(self.fspath)
#def extrainit(self):
# """"extra initialization after Node is initialized. Implemented
# by some subclasses. """
Module = compatproperty("Module")
Class = compatproperty("Class")
Instance = compatproperty("Instance")