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

Method isdir

Lib/test/test_venv.py:116–118  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

114 """Test venv module functionality."""
115
116 def isdir(self, *args):
117 fn = self.get_env_file(*args)
118 self.assertTrue(os.path.isdir(fn))
119
120 def test_defaults_with_str_path(self):
121 """

Callers 15

test_upgradeMethod · 0.95
goMethod · 0.45
filter_commandMethod · 0.45
get_filterMethod · 0.45
ok_commandMethod · 0.45
send_headMethod · 0.45
list_directoryMethod · 0.45
is_dirMethod · 0.45
_open_in_browserFunction · 0.45
_handle_outputFunction · 0.45
_validate_argumentsFunction · 0.45

Calls 2

get_env_fileMethod · 0.80
assertTrueMethod · 0.80

Tested by

no test coverage detected