MCPcopy 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.pyFile · 0.80
read_charMethod · 0.80
read_int1Method · 0.80
read_int2Method · 0.80
read_int4Method · 0.80
read_int8Method · 0.80
read_floatMethod · 0.80
read_doubleMethod · 0.80
_readBTSMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected