Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ Gmpz
Class
Gmpz
python/pymesh/exact_arithmetic.py:111–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
""
"
110
except
:
111
class
Gmpz:
112
def
__init__(self):
113
raise
NotImplementedError(
"Gmpz feature is disabled"
)
114
115
class
Gmpq:
116
def
__init__(self):
Callers
1
init_CGAL
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected