MCPcopy Create free account
hub / github.com/NatLabRockies/windtools / write_float

Method write_float

windtools/io/binary.py:141–142  ·  view source on GitHub ↗
(self,val)

Source from the content-addressed store, hash-verified

139 def write_int8(self,val):
140 self.write_type(val,'l')
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 1

Calls 1

write_typeMethod · 0.95

Tested by

no test coverage detected