如何获取元素末尾的行/列?

时间:2019-07-09 21:43:55

标签: ruamel.yaml

有没有一种方法可以获取YAML节点的末端位置? yml = """ doc: | This is a multi-line string and I want to know how to compute the end line doc2: # This is a None and I want to know how to compute the endline """ y = yaml.load(yml) y.lc.value('doc') # -> gives start mark. How do I get end mark? y.lc.value('doc2') # -> gives start mark. How do I get end mark? 属性使我们可以开始使用键和值。我正在编写的代码,在给定光标位置的情况下,可以找出光标所在的键或值。推断多行字符串的结束位置会很棘手,而推断光标是在流样式字典还是列表的方括号中也很棘手。拥有元素的结束坐标将使我的生活变得更加简单。

aws s3 sync --size-only

0 个答案:

没有答案