This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
lora-irrigation
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
mark __repr__ as no cover..
irr_shared
John-Mark Gurney
3 years ago
parent
0f83ec169d
commit
200a8a4cd1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lora_comms.py
+ 1
- 1
lora_comms.py
View File
@@ -11,7 +11,7 @@ class PktBuf(Structure):
def _from(self):
return bytes(self.pkt[:self.pktlen])
def __repr__(self):
def __repr__(self):
#pragma: no cover
return 'PktBuf(pkt=%s, pktlen=%s)' % (repr(self._from()),
self.pktlen)
Write
Preview
Loading…
Cancel
Save