MCPcopy Create free account
hub / github.com/Fields2Cover/Fields2Cover / near

Function near

tests/python/utils/visualizer_test.py:11–12  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

9from os.path import exists
10
11def near(a, b):
12 assert pytest.approx(a) == pytest.approx(b)
13
14def create_polygon():
15 poly = f2c.Cell();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected