Arguments
- Name: pynodelist, Type: pyNodeList
- given elements
Source
def not_(self, pynodelist):
return self._nodes.not_(pynodelist)
[internal] returns elements that are not in the given elements.
def not_(self, pynodelist):
return self._nodes.not_(pynodelist)