Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
_check_output_of_default_create
Method · 0.95
test_upgrade
Method · 0.95
go
Method · 0.45
filter_command
Method · 0.45
get_filter
Method · 0.45
ok_command
Method · 0.45
send_head
Method · 0.45
list_directory
Method · 0.45
run_cgi
Method · 0.45
is_dir
Method · 0.45
is_dir
Method · 0.45
discover
Method · 0.45
Calls
2
get_env_file
Method · 0.80
assertTrue
Method · 0.80
Tested by
no test coverage detected