MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / Eof

Function Eof

tests/external/gmock-1.7.0/gtest/scripts/pump.py:132–134  ·  view source on GitHub ↗

Returns the special cursor to denote the end-of-file.

()

Source from the content-addressed store, hash-verified

130
131# Special cursor to indicate the end-of-file.
132def Eof():
133 """Returns the special cursor to denote the end-of-file."""
134 return Cursor(-1, -1)
135
136
137class Token:

Callers 4

__str__Method · 0.85
__init__Method · 0.85
SubStringFunction · 0.85
TokenizeLinesFunction · 0.85

Calls 1

CursorClass · 0.85

Tested by

no test coverage detected