Lines Matching refs:_check_function
910 def _check_function(self, func):
914 self._check_function(self.path.normcase)
919 self._check_function(self.path.isabs)
926 self._check_function(self.path.split)
929 self._check_function(self.path.splitext)
932 self._check_function(self.path.splitdrive)
935 self._check_function(self.path.basename)
938 self._check_function(self.path.dirname)
941 self._check_function(self.path.islink)
944 self._check_function(self.path.lexists)
947 self._check_function(self.path.ismount)
950 self._check_function(self.path.expanduser)
953 self._check_function(self.path.expandvars)
956 self._check_function(self.path.normpath)
959 self._check_function(self.path.abspath)
962 self._check_function(self.path.realpath)
965 self._check_function(self.path.relpath)
972 self._check_function(self.path.isdir)