pub fn dict_method( entries: &[(String, Value)], method: &str, args: &[Value], line: u32, ) -> Result<(Value, Option<Value>), BopError>