Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatLabRockies/windtools
/ write_int
Method
write_int
windtools/io/binary.py:131–132 ·
view source on GitHub ↗
(self,val)
Source
from the content-addressed store, hash-verified
129
130
# aliases
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):
Callers
nothing calls this directly
Calls
1
write_int4
Method · 0.95
Tested by
no test coverage detected