MCPcopy
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
7def dals(string):
8 """dedent and left-strip"""
9 return dedent(string).lstrip()
10
11
12def _get_attr(obj, attr_name, aliases=()):

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…