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

Method __len__

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

Source from the content-addressed store, hash-verified

813 return len(self.text) - self.pos
814
815 def __len__(self) -> int:
816 return self.remaining()
817
818 def __getitem__(self, key: Union[int, slice]) -> str:
819 if isinstance(key, slice):

Callers

nothing calls this directly

Calls 1

remainingMethod · 0.95

Tested by

no test coverage detected