Home
last modified time | relevance | path

Searched refs:_check_function (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_ntpath.py904 def _check_function(self, func): member in PathLikeTests
908 self._check_function(self.path.normcase)
913 self._check_function(self.path.isabs)
920 self._check_function(self.path.split)
923 self._check_function(self.path.splitext)
926 self._check_function(self.path.splitdrive)
929 self._check_function(self.path.basename)
932 self._check_function(self.path.dirname)
935 self._check_function(self.path.islink)
938 self._check_function(self.path.lexists)
[all …]