MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / NOT

Function NOT

src/ifcopenshell-python/test/fixtures/rules/generate_21.py:10–11  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

8
9
10def NOT(v):
11 return not v
12
13
14for LiningDepth, LiningThickness in itertools.product((None, 1.0), (None, 1.0)):

Callers 1

generate_21.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected