作者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://webptt.com/cn.aspx?n=bbs/Python/M.1467365670.A.478.html
1F:→ alibuda174: << 是个运算子,Forward赋予它新的作用 07/01 17:37
2F:推 Yshuan: 就是一个python的parser tool的domain script 07/01 17:44
3F:→ Yshuan: 你是要理解怎麽使用或是想trace如何实作? 07/01 17:45