github.com/GuanceCloud/cliutils@v1.1.21/pipeline/ptinput/funcs/md/pt_kvs_get.md (about)

     1  ### `pt_kvs_get()` {#fn_pt_kvs_get}
     2  
     3  函数原型:`fn pt_kvs_get(name: str) -> any`
     4  
     5  函数说明:返回 Point 中指定 key 的值
     6  
     7  函数参数:
     8  
     9  - `name`: Key 名
    10  
    11  示例:
    12  
    13  ```python
    14  host = pt_kvs_get("host")
    15  ```