HomeSort by relevance Sort by last modified time
    Searched refs:with_suffix (Results 1 - 9 of 9) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
tuple_util_test.cc 71 HloInstruction* with_suffix = local
74 EXPECT_THAT(with_suffix, op::Tuple(op::GetTupleElement(op::Parameter(0), 0),
  /external/python/cpython3/Lib/test/
test_pathlib.py 563 self.assertEqual(P('a/b').with_suffix('.gz'), P('a/b.gz'))
564 self.assertEqual(P('/a/b').with_suffix('.gz'), P('/a/b.gz'))
565 self.assertEqual(P('a/b.py').with_suffix('.gz'), P('a/b.gz'))
566 self.assertEqual(P('/a/b.py').with_suffix('.gz'), P('/a/b.gz'))
568 self.assertEqual(P('a/b.py').with_suffix(''), P('a/b'))
569 self.assertEqual(P('/a/b').with_suffix(''), P('/a/b'))
571 self.assertRaises(ValueError, P('').with_suffix, '.gz')
572 self.assertRaises(ValueError, P('.').with_suffix, '.gz')
573 self.assertRaises(ValueError, P('/').with_suffix, '.gz')
575 self.assertRaises(ValueError, P('a/b').with_suffix, 'gz'
    [all...]
test_zipapp.py 296 target = source.with_suffix('.pyz')
  /external/python/cpython2/Tools/nuget/
make_zip.py 131 pyc = Path(tmpdir) / rel.with_suffix('.pyc').name
137 f.write(str(pyc), str(rel.with_suffix('.pyc')))
  /external/python/cpython3/Tools/msi/
make_zip.py 146 pyc = Path(tmpdir) / rel.with_suffix('.pyc').name
152 f.write(str(pyc), str(rel.with_suffix('.pyc')))
  /external/python/cpython3/Lib/
zipapp.py 131 target = source.with_suffix('.pyz')
pathlib.py 826 def with_suffix(self, suffix): member in class:PurePath
    [all...]
  /external/python/cpython2/
configure 803 with_suffix
    [all...]
  /external/python/cpython3/
configure 816 with_suffix
    [all...]

Completed in 1560 milliseconds