作者BitTorrent (螳勃唬)
看板Python
標題[問題] overloaded?
時間Fri Jul 1 17:34:25 2016
請問一下 各位會python的大大
http://infohost.nmt.edu/tcc/help/pubs/pyparsing/web/class-Forward.html
stringExpr << (pp.Suppress(pp.CaselessLiteral('H')) + contents)
<< 到底是 啥意思? overloaded ? 幾乎沒看過這種用法
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 203.192.156.9
※ 文章網址: https://www.ptt.cc/bbs/Python/M.1467365670.A.478.html
→ alibuda174: << 是個運算子,Forward賦予它新的作用 07/01 17:37
推 Yshuan: 就是一個python的parser tool的domain script 07/01 17:44
→ Yshuan: 你是要理解怎麼使用或是想trace如何實作? 07/01 17:45