Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatLabRockies/windtools
/ write_double
Method
write_double
windtools/io/binary.py:143–144 ·
view source on GitHub ↗
(self,val)
Source
from the content-addressed store, hash-verified
141
def
write_float(self,val):
142
self.write_type(val,
'f'
)
143
def
write_double(self,val):
144
self.write_type(val,
'd'
)
145
Callers
nothing calls this directly
Calls
1
write_type
Method · 0.95
Tested by
no test coverage detected