Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
from
os.path
import
exists
10
11
def
near(a, b):
12
assert pytest.approx(a) == pytest.approx(b)
13
14
def
create_polygon():
15
poly = f2c.Cell();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected