Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
H A Dtest_ntpath.py910 def _check_function(self, func): member in PathLikeTests
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(sel
[all...]

Completed in 3 milliseconds