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

Method write_int1

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

Source from the content-addressed store, hash-verified

131 def write_int(self,val):
132 self.write_int4(val)
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):

Callers

nothing calls this directly

Calls 1

write_typeMethod · 0.95

Tested by

no test coverage detected