Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
if
not hasattr(builtins,
'next'
):
57
# Support Python 2.5 and earlier.
58
def
next(obj):
59
return
obj.next()
60
61
62
VISIBILITY_PUBLIC, VISIBILITY_PROTECTED, VISIBILITY_PRIVATE = range(3)
Callers
8
split
Function · 0.85
split_long_edges
Method · 0.85
triangulate_chain
Method · 0.85
get_vertex_chain_around_triangle
Method · 0.85
split
Function · 0.85
split_edge
Method · 0.85
_GetNextToken
Method · 0.85
GetName
Method · 0.85
Calls
1
next
Method · 0.80
Tested by
no test coverage detected