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

Method write_int8

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

Source from the content-addressed store, hash-verified

137 def write_int4(self,val):
138 self.write_type(val,'i')
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):

Callers

nothing calls this directly

Calls 1

write_typeMethod · 0.95

Tested by

no test coverage detected