langchain_community.callbacks.streamlit.mutable_expander
.ChildRecord¶
- class langchain_community.callbacks.streamlit.mutable_expander.ChildRecord(type: ChildType, kwargs: Dict[str, Any], dg: DeltaGenerator)[来源]¶
作为NamedTuple的子记录。
创建ChildRecord的新实例(type,kwargs,dg)
属性
dg
字段2的别名
kwargs
字段1的别名
type
字段0的别名
方法
__init__
()count
(value, /)返回value出现的次数。
index
(value[, start, stop])返回值第一次出现的位置。
- 参数
type (ChildType) –
kwargs (Dict[str, Any]) –
dg (DeltaGenerator) –
- __init__()¶
- count(value, /)¶
返回value出现的次数。
- index(value, start=0, stop=9223372036854775807, /)¶
返回值第一次出现的位置。
如果值不存在,则抛出ValueError。