MCPcopy Index your code
hub / github.com/RustPython/RustPython / isdir

Method isdir

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

Source from the content-addressed store, hash-verified

116 """Test venv module functionality."""
117
118 def isdir(self, *args):
119 fn = self.get_env_file(*args)
120 self.assertTrue(os.path.isdir(fn))
121
122 # TODO: RUSTPYTHON
123 @unittest.expectedFailure

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
run_cgiMethod · 0.45
is_dirMethod · 0.45
is_dirMethod · 0.45
discoverMethod · 0.45

Calls 2

get_env_fileMethod · 0.80
assertTrueMethod · 0.80

Tested by

no test coverage detected