MCPcopy Index your code
hub / github.com/python/cpython / test_is_joinable

Method test_is_joinable

Lib/test/test_pathlib/test_join.py:19–21  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

17
18class JoinTestBase:
19 def test_is_joinable(self):
20 p = self.cls()
21 self.assertIsInstance(p, _JoinablePath)
22
23 def test_parser(self):
24 self.assertIsInstance(self.cls.parser, _PathParser)

Callers

nothing calls this directly

Calls 2

assertIsInstanceMethod · 0.80
clsMethod · 0.45

Tested by

no test coverage detected