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

Function next

tests/external/gmock-1.7.0/scripts/generator/cpp/ast.py:58–59  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

56if not hasattr(builtins, 'next'):
57 # Support Python 2.5 and earlier.
58 def next(obj):
59 return obj.next()
60
61
62VISIBILITY_PUBLIC, VISIBILITY_PROTECTED, VISIBILITY_PRIVATE = range(3)

Callers 8

splitFunction · 0.85
split_long_edgesMethod · 0.85
triangulate_chainMethod · 0.85
splitFunction · 0.85
split_edgeMethod · 0.85
_GetNextTokenMethod · 0.85
GetNameMethod · 0.85

Calls 1

nextMethod · 0.80

Tested by

no test coverage detected