Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/conda/conda
/ dals
Function
dals
conda/auxlib/ish.py:7–9 ·
view source on GitHub ↗
dedent and left-strip
(string)
Source
from the content-addressed store, hash-verified
5
6
7
def
dals(string):
8
""
"dedent and left-strip"
""
9
return
dedent(string).lstrip()
10
11
12
def
_get_attr(obj, attr_name, aliases=()):
Callers
15
test_safety_checks_enabled
Function · 0.90
test_safety_checks_warn
Function · 0.90
test_safety_checks_disabled
Function · 0.90
test_create_empty_env
Function · 0.90
test_tarball_install_and_bad_metadata
Function · 0.90
test_CreatePythonEntryPointAction_noarch_python
Function · 0.90
test_cuda_fail_1
Function · 0.90
test_cuda_fail_2
Function · 0.90
test_cuda_constrain_unsat
Function · 0.90
test_cuda_glibc_unsat_depend
Function · 0.90
test_escaped_prefix_replaced_only_shebang
Function · 0.90
test_make_entry_point
Function · 0.90
Calls
no outgoing calls
Tested by
15
test_safety_checks_enabled
Function · 0.72
test_safety_checks_warn
Function · 0.72
test_safety_checks_disabled
Function · 0.72
test_create_empty_env
Function · 0.72
test_tarball_install_and_bad_metadata
Function · 0.72
test_CreatePythonEntryPointAction_noarch_python
Function · 0.72
test_cuda_fail_1
Function · 0.72
test_cuda_fail_2
Function · 0.72
test_cuda_constrain_unsat
Function · 0.72
test_cuda_glibc_unsat_depend
Function · 0.72
test_escaped_prefix_replaced_only_shebang
Function · 0.72
test_make_entry_point
Function · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…