Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatLabRockies/windtools
/ read_int
Method
read_int
windtools/io/binary.py:97–98 ·
view source on GitHub ↗
(self,N=1)
Source
from the content-addressed store, hash-verified
95
else
:
96
return
self.unpack(
'{:d}l'
.format(N),self.f.read(N*8))[0:N]
#long
97
def
read_int(self,N=1):
98
return
self.read_int4(N)
99
100
# float reads
101
def
read_float(self,N=1,dtype=float):
Callers
nothing calls this directly
Calls
1
read_int4
Method · 0.95
Tested by
no test coverage detected