MCPcopy
hub / github.com/breakwa11/gfw_whitelist / retbuf

Method retbuf

mainproxy.py:52–55  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

50 self.word_set.add('$')
51 self.empty_set = set([' ', '\t', '\r', '\n'])
52 def retbuf(self):
53 ret = self.buff
54 self.buff = ''
55 return ret
56 def next(self, ch):
57 self.buff += self.cur
58 self.cur = ch

Callers 1

nextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected