Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatLabRockies/windtools
/ read
Method
read
windtools/io/binary.py:56–57 ·
view source on GitHub ↗
(self,N=1)
Source
from the content-addressed store, hash-verified
54
self.f.close()
55
56
def
read(self,N=1):
57
return
self.f.read(N)
58
59
def
unpack(self,*args):
60
try
:
Callers
9
setup.py
File · 0.80
read_char
Method · 0.80
read_int1
Method · 0.80
read_int2
Method · 0.80
read_int4
Method · 0.80
read_int8
Method · 0.80
read_float
Method · 0.80
read_double
Method · 0.80
_readBTS
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected