Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
_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
is_dir
Method · 0.45
_open_in_browser
Function · 0.45
_handle_output
Function · 0.45
_validate_arguments
Function · 0.45
Calls
2
get_env_file
Method · 0.80
assertTrue
Method · 0.80
Tested by
no test coverage detected