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

Method write_int2

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

Source from the content-addressed store, hash-verified

133 def write_int1(self,val):
134 self.write_type(val,'b')
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):

Callers

nothing calls this directly

Calls 1

write_typeMethod · 0.95

Tested by

no test coverage detected