str → repr
This commit is contained in:
parent
42413c4d99
commit
9c8766a28c
@ -298,7 +298,7 @@ class BlendFileBlock:
|
|||||||
self.count = blockheader[4]
|
self.count = blockheader[4]
|
||||||
self.file_offset = bfile.fileobj.tell()
|
self.file_offset = bfile.fileobj.tell()
|
||||||
|
|
||||||
def __str__(self):
|
def __repr__(self):
|
||||||
return "<%s.%s (%s), size=%d at %s>" % (
|
return "<%s.%s (%s), size=%d at %s>" % (
|
||||||
self.__class__.__name__,
|
self.__class__.__name__,
|
||||||
self.dna_type_name,
|
self.dna_type_name,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user