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

Method write_int4

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

Source from the content-addressed store, hash-verified

135 def write_int2(self,val):
136 self.write_type(val,'h')
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):

Callers 1

write_intMethod · 0.95

Calls 1

write_typeMethod · 0.95

Tested by

no test coverage detected