MCPcopy Create free account
hub / github.com/EasyIME/PIME / remaining

Method remaining

python/python3/tornado/template.py:812–813  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

810 return s
811
812 def remaining(self) -> int:
813 return len(self.text) - self.pos
814
815 def __len__(self) -> int:
816 return self.remaining()

Callers 2

__len__Method · 0.95
_parseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected